ValidatableObjectAdapter.Validate Method (Object)

 

Validates the specified object.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Public Overrides Function Validate (
	container As Object
) As IEnumerable(Of ModelValidationResult)

Parameters

container
Type: System.Object

The container.

Return Value

Type: System.Collections.Generic.IEnumerable(Of ModelValidationResult)

A list of validation results.

Return to top
Show: