ChtmlCommandAdapter.RequiresFormTag 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出配接器是否會產生需要 <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
否則為 。