ModelMetadata.GetValidators Method (ControllerContext)
Gets a list of validators for the model.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- context
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
Return Value
Type: System.Collections.Generic.IEnumerable<ModelValidator>A list of validators for the model.
Use this method to retrieve the validators that are applicable for this model. The validators can be used to run server-side validation on this model or to generate the client-side validation rules.
Show: