IClientValidatable Interface
Provides a way for the ASP.NET MVC validation framework to discover at run time whether a validator has support for client validation.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The IClientValidatable type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetClientValidationRules | When implemented in a class, returns client validation rules for that class. |