IClientValidatable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a way for the ASP.NET MVC validation framework to discover at run time whether a validator has support for client validation.
public interface IClientValidatable
type IClientValidatable = interface
Public Interface IClientValidatable
- Derived
Methods
GetClientValidationRules(ModelMetadata, ControllerContext) |
When implemented in a class, returns client validation rules for that class. |