共用方式為


Command.IsFormSubmitControl 方法

定義

取得值,指出控制項是否送出表單。 預設為 false。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected:
 override bool IsFormSubmitControl();
protected override bool IsFormSubmitControl ();
override this.IsFormSubmitControl : unit -> bool
Protected Overrides Function IsFormSubmitControl () As Boolean

傳回

如果控制項送出表單則為 true,否則為 false

備註

行動控件,例如 Command,可以覆寫這個方法,以判斷這是用於表單提交的控件。 您可以藉由提供邏輯來擴充其他控制件,以程式設計方式判斷它們是否必須提交控件,例如檢查特定屬性。

注意

只有當控件實 IPostBackEventHandler 作方法來擷取回傳事件時,控件才會被視為窗體提交控件。 否則,即使方法傳回 true,也不會註冊預設事件處理程式。

適用於

另請參閱