FieldValidationMetadata.ValidationRules Property

Visual Studio 2010

Gets the client validation rules.

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

public ICollection<ModelClientValidationRule> ValidationRules { get; }

Property Value

Type: System.Collections.Generic.ICollection<ModelClientValidationRule>
The client validation rules.

This method is called by the ValidationMessage method when client validation is enabled. You typically do not have to use this property directly.

Community Additions

ADD
Show: