共用方式為


Command.CausesValidation 屬性

定義

取得或設定指定的控制項是否會導致在表單的所有控制項上發生伺服器端驗證。 預設值是 true。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property bool CausesValidation { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(false)]
public bool CausesValidation { get; set; }
[<System.ComponentModel.Bindable(false)>]
member this.CausesValidation : bool with get, set
Public Property CausesValidation As Boolean

屬性值

如果指定的控制項會導致在表單中的所有控制項上發生伺服器端驗證,則為 true,否則為 false

屬性

備註

若要在表單上進行驗證,表單必須使用引發驗證的控制件提交,而且其 屬性必須 CausesValidation 設定為 true。 控件 Command 目前是唯一引發驗證的控件。

適用於

另請參閱