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

プロパティ値

レンダリングされないCommonAttributesのコレクションを含む要素のHashtable

注釈

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

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

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

適用対象

こちらもご覧ください