DataAnnotationsModelValidatorProvider.RegisterDefaultAdapterFactory Method
Registers the default adapter factory.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Shared Sub RegisterDefaultAdapterFactory ( _ factory As DataAnnotationsModelValidationFactory _ ) 'Usage Dim factory As DataAnnotationsModelValidationFactory DataAnnotationsModelValidatorProvider.RegisterDefaultAdapterFactory(factory)
Parameters
- factory
- Type: System.Web.Mvc.DataAnnotationsModelValidationFactory
The factory that will be used to create the ModelValidator object for the default adapter.
This method registers the default adapter factory for types that derive from ValidationAttribute only if the attribute type is not registered with RegisterAdapterFactory(Type, DataAnnotationsModelValidationFactory).
Show: