Html32TextWriter.GetTagName(HtmlTextWriterTag) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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.Div 渡tagKey
され、 プロパティが ShouldPerformDivTableSubstitution の場合、 GetTagName メソッドは true
要素をtable
返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET