DataAnnotationsModelValidatorProvider.RegisterAdapter Method
.NET Framework 4
Registers an adapter to provide client-side validation.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- attributeType
- Type: System.Type
The type of the validation attribute.
- adapterType
- Type: System.Type
The type of the adapter.