FormContext.FieldValidators Property

Gets the field validators for the form.

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

'Declaration
Public ReadOnly Property FieldValidators As IDictionary(Of String, FieldValidationMetadata)
	Get
'Usage
Dim instance As FormContext 
Dim value As IDictionary(Of String, FieldValidationMetadata)

value = instance.FieldValidators

Property Value

Type: System.Collections.Generic.IDictionary(Of String, FieldValidationMetadata)
A dictionary of field validators for the form.
Show: