DataAnnotationsModelValidatorProvider.RegisterDefaultAdapter Method (Type)
Registers the default adapter.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- adapterType
-
Type:
System.Type
The type of the adapter.
The method registers the default adapter for types that derive from ValidationAttribute only if the attribute type is not registered by using RegisterAdapterFactory(Type, DataAnnotationsModelValidationFactory).
Show: