DataAnnotationsModelValidatorProvider.RegisterAdapter Method
Registers an adapter to provide client-side validation.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Shared Sub RegisterAdapter ( _ attributeType As Type, _ adapterType As Type _ ) 'Usage Dim attributeType As Type Dim adapterType As Type DataAnnotationsModelValidatorProvider.RegisterAdapter(attributeType, _ adapterType)
Parameters
- attributeType
- Type: System.Type
The type of the validation attribute.
- adapterType
- Type: System.Type
The type of the adapter.
Show: