次の方法で共有


Html32TextWriter.GetTagName メソッド

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

Overrides Protected Function GetTagName( _
   ByVal tagKey As HtmlTextWriterTag _) As String
[C#]
protected override string GetTagName(HtmlTextWriterTagtagKey);
[C++]
protected: String* GetTagName(HtmlTextWriterTagtagKey);
[JScript]
protected override function GetTagName(
   tagKey : HtmlTextWriterTag) : String;

パラメータ

  • tagKey
    HTML 要素の取得対象の HtmlTextWriterTag 値。

戻り値

HTML 要素。

解説

HtmlTextWriterTag.DivtagKey パラメータに渡されると、このメソッドは HTML Table 要素を返します。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

Html32TextWriter クラス | Html32TextWriter メンバ | System.Web.UI 名前空間