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: virtual IEnumerable<ModelValidationResult^>^ Validate( Object^ container ) override
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: