FormContext.FieldValidators Property

 

Gets the field validators for the form.

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

Public ReadOnly Property FieldValidators As IDictionary(Of String, FieldValidationMetadata)

Property Value

Type: System.Collections.Generic.IDictionary(Of StringFieldValidationMetadata)

A dictionary of field validators for the form.

Return to top
Show: