HtmlHelper.EnableClientValidation Method

Enables input validation that is performed by using client script in the browser.

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

Syntax

'Declaration
Public Sub EnableClientValidation
public void EnableClientValidation()
public:
void EnableClientValidation()

See Also

Reference

HtmlHelper Class

System.Web.Mvc Namespace