HtmlHelper(TModel).EnableClientValidation Method

Enables or disables client validation.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method EnableClientValidation() Enables input validation that is performed by using client script in the browser. (Inherited from HtmlHelper.)
Public method EnableClientValidation(Boolean) Enables or disables client validation. (Inherited from HtmlHelper.)
Top
Show: