Html32TextWriter.GetTagName(HtmlTextWriterTag) メソッド

定義

指定した HtmlTextWriterTag 列挙値に関連付けられた HTML 要素を返します。

protected:
 override System::String ^ GetTagName(System::Web::UI::HtmlTextWriterTag tagKey);
protected override string GetTagName (System.Web.UI.HtmlTextWriterTag tagKey);
override this.GetTagName : System.Web.UI.HtmlTextWriterTag -> string
Protected Overrides Function GetTagName (tagKey As HtmlTextWriterTag) As String

パラメーター

tagKey
HtmlTextWriterTag

HTML 要素の取得対象の HtmlTextWriterTag 列挙値。

戻り値

HTML 要素。

注釈

フィールドが HtmlTextWriterTag.DivtagKeyされ、 プロパティが ShouldPerformDivTableSubstitution の場合、 GetTagName メソッドは true要素をtable返します。

適用対象