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)

public:
property bool ClientValidationEnabled {
	static bool get();
	static void set(bool value);
}

Property Value

Type: System::Boolean

true if enable client validation is enabled; otherwise, false.

Return to top
Show: