Label.TagKey プロパティ

定義

Label コントロールのレンダリングに使用される HTML タグを取得します。

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のレンダリングに使用するLabel値。

注釈

TagKey プロパティを使用して、HtmlTextWriterTag コントロールに関連付けられているLabel値を確認します。 TagKey プロパティは、主にコントロール開発者によって使用されます。

適用対象