FormContext.FieldValidators Property

Definition

Gets the field validators for the form.

public System.Collections.Generic.IDictionary<string,System.Web.Mvc.FieldValidationMetadata> FieldValidators { get; }
member this.FieldValidators : System.Collections.Generic.IDictionary<string, System.Web.Mvc.FieldValidationMetadata>
Public ReadOnly Property FieldValidators As IDictionary(Of String, FieldValidationMetadata)

Property Value

A dictionary of field validators for the form.

Applies to