共用方式為


DetailsView.TagKey 屬性

定義

取得 DetailsView 控制項的 HtmlTextWriterTag 值。

protected:
 virtual property System::Web::UI::HtmlTextWriterTag TagKey { System::Web::UI::HtmlTextWriterTag get(); };
protected override System.Web.UI.HtmlTextWriterTag TagKey { get; }
member this.TagKey : System.Web.UI.HtmlTextWriterTag
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag

屬性值

HtmlTextWriterTag

如果 EnablePagingCallbackstrue,這個屬性會傳回 Div。 否則會傳回 Table

備註

屬性 TagKey 可讓輸出資料流程為 DetailsView 控制項撰寫適當的 HTML 標籤。

給繼承者的注意事項

您可以覆寫這個屬性,以指定要 HtmlTextWriterTag 用於衍生控制項的值。

適用於