Прочитать на английском Изменить

Поделиться через


HtmlAnchor.CausesValidation Property

Definition

Gets or sets a value indicating whether validation is performed when the HtmlAnchor control is clicked.

public virtual bool CausesValidation { get; set; }

Property Value

true if validation is performed when the HtmlAnchor is clicked; otherwise, false. The default is true.

Remarks

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.

Applies to

Продукт Версии
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also