XhtmlTextWriter.SuppressCommonAttributes プロパティ

定義

Hashtable 属性が出力されない要素の CommonAttributes オブジェクトを取得します。

protected:
 property System::Collections::Hashtable ^ SuppressCommonAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable SuppressCommonAttributes { get; }
member this.SuppressCommonAttributes : System.Collections.Hashtable
Protected ReadOnly Property SuppressCommonAttributes As Hashtable

プロパティ値

Hashtable

レンダリングされない Hashtable のコレクションを格納している要素の CommonAttributes

注釈

抑制された属性コレクションには、属性がレンダリングされない XHTML 要素 CommonAttributes の一覧が含まれています。

クラスの新しいインスタンスが XhtmlTextWriter 作成されると、属性が Hashtable 抑制される要素 CommonAttributes のオブジェクトには、次のものが含まれます。

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

適用対象

こちらもご覧ください