WebControl.TagKey プロパティ

定義

この Web サーバー コントロールに対応する HtmlTextWriterTag 値を取得します。 このプロパティは、主にコントロールの開発者によって使用されます。

protected:
 virtual property System::Web::UI::HtmlTextWriterTag TagKey { System::Web::UI::HtmlTextWriterTag get(); };
[System.ComponentModel.Browsable(false)]
protected virtual System.Web.UI.HtmlTextWriterTag TagKey { get; }
[<System.ComponentModel.Browsable(false)>]
member this.TagKey : System.Web.UI.HtmlTextWriterTag
Protected Overridable ReadOnly Property TagKey As HtmlTextWriterTag

プロパティ値

HtmlTextWriterTag 列挙値のいずれか。

属性

注釈

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

適用対象

こちらもご覧ください