DataAnnotationsModelValidator.Validate Method
Returns a list of validation error messages for the model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override function Validate( container : Object ) : IEnumerable<ModelValidationResult>
Parameters
- container
- Type: System.Object
The container for the model.
Return Value
Type: System.Collections.Generic.IEnumerable(ModelValidationResult)A list of validation error messages for the model, or an empty list if no errors have occurred.
Show: