ValidatableObjectAdapter.Validate Method (Object)

.NET Framework (current version)
 

Validates the specified object.

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

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

Parameters

container
Type: System.Object

The container for the object to be validated.

Return Value

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

The validation results.

.NET Framework
Available since 4.5
Return to top
Show: