DataAnnotationsModelValidatorProvider.RegisterAdapterFactory Method (Type, DataAnnotationsModelValidationFactory)
Registers an adapter factory for the validation provider.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
static member RegisterAdapterFactory : attributeType:Type * factory:DataAnnotationsModelValidationFactory -> unit
Parameters
- attributeType
-
Type:
System.Type
The type of the attribute.
- factory
-
Type:
System.Web.Mvc.DataAnnotationsModelValidationFactory
The factory that will be used to create the ModelValidator object for the specified attribute.
Show: