EmptyModelValidatorProvider.GetValidators Method

Visual Studio 2010

Gets the empty model validator.

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

No code example is currently available or this language may not be supported.

Parameters

metadata
Type: System.Web.Mvc.ModelMetadata
The metadata.
context
Type: System.Web.Mvc.ControllerContext
The context.

Return Value

Type: System.Collections.Generic.IEnumerable(ModelValidator)
The empty model validator.

Community Additions

ADD
Show: