共用方式為


ChtmlCalendarAdapter.RequiresFormTag 屬性

定義

取得值,指出配接器是否會產生需要 <Form> 標記 (tag) 以送出表單的標記 (markup)。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 virtual property bool RequiresFormTag { bool get(); };
public override bool RequiresFormTag { get; }
member this.RequiresFormTag : bool
Public Overrides ReadOnly Property RequiresFormTag As Boolean

屬性值

true 如果配接器會產生需要 <窗體標籤標進行表單> 提交的標記,則為 , false否則為 。

適用於

另請參閱