ModelValidator.Validate Method
Visual Studio 2010
When implemented in a derived class, validates the object.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- container
- Type: System.Object
The container.
Return Value
Type: System.Collections.Generic.IEnumerable<ModelValidationResult>A list of validation results.
Community Additions
ADD
Show: