ValidatableObjectAdapter::Validate Method
Validates the specified object.
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.
Return Value
Type: System.Collections.Generic::IEnumerable<ModelValidationResult>A list of validation results.
Show: