ModelMetadata.GetValidators Method

Visual Studio 2010

Gets a list of validators for the model.

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

context
Type: System.Web.Mvc.ControllerContext
The controller context.

Return Value

Type: System.Collections.Generic.IEnumerable(ModelValidator)
A list of validators for the model.

Use this method to retrieve the validators that are applicable for this model. The validators can be used to run server-side validation on this model or to generate the client-side validation rules.

Community Additions

ADD
Show: