HtmlInputReset.CausesValidation 属性
定义
获取或设置一个值,该值指示在单击 HtmlInputReset 控件时是否执行验证。Gets or sets a value that indicates whether validation is performed when the HtmlInputReset control is clicked.
public:
virtual property bool CausesValidation { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool CausesValidation { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CausesValidation : bool with get, set
Public Overrides Property CausesValidation As Boolean
属性值
如果在单击 HtmlInputReset 控件后执行验证,则为 true;否则为 false。true if validation is performed when the HtmlInputReset control is clicked; otherwise, false. 默认值是 true。The default value is true.
- 属性
注解
此 CausesValidation 属性不应在代码中直接使用。The CausesValidation property is not intended to be used directly from your code.