HtmlHelper.ClientValidationEnabled Property

Gets or sets a value that indicates whether client validation is enabled.

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

'Declaration
Public Shared Property ClientValidationEnabled As Boolean
'Usage
Dim value As Boolean

value = HtmlHelper.ClientValidationEnabled

HtmlHelper.ClientValidationEnabled = value

Property Value

Type: System.Boolean
true if enable client validation is enabled; otherwise, false.
Show: