HtmlAnchor::CausesValidation Property
.NET Framework (current version)
Gets or sets a value indicating whether validation is performed when the HtmlAnchor control is clicked.
Assembly: System.Web (in System.Web.dll)
public: property bool CausesValidation { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if validation is performed when the HtmlAnchor is clicked; otherwise, false. The default is true.
By default, page validation is performed when an HtmlAnchor control is clicked. Page validation determines whether controls that are associated with a validation control on the page all pass the validation rules that are specified by the validation control.
You can specify or determine whether validation is performed on both the client and the server when an HtmlAnchor control is clicked by using the CausesValidation property. To prevent validation from being performed, set the CausesValidation property to false.
.NET Framework
Available since 2.0
Available since 2.0
Show: