FormContext.FieldValidators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.