ModelValidator.GetModelValidator Method
Visual Studio 2010
Returns a composite model validator for the model.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public static ModelValidator GetModelValidator( ModelMetadata metadata, ControllerContext context )
Parameters
- metadata
- Type: System.Web.Mvc.ModelMetadata
The metadata.
- context
- Type: System.Web.Mvc.ControllerContext
The controller context.
The TryValidateModel method calls this method and runs all the validators for the model's properties. If no validators fail, the TryValidateModel method runs all the validators of the object itself (at the type level).
Community Additions
ADD
Show: