XhtmlTextWriter.CommonAttributes プロパティ

定義

Hashtable オブジェクトに対するマークアップ タグの共通属性を格納している XhtmlTextWriter オブジェクトを取得します。

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

プロパティ値

共通属性を格納している Hashtable オブジェクト。

注釈

コレクション CommonAttributes には、XHTML 要素で許可され、 プロパティで抑制されない属性が SuppressCommonAttributes 含まれています。 一般的な属性の詳細については、 World Wide Web Consortium (W3C) Web サイトを参照してください。

クラスの新しいインスタンスが XhtmlTextWriter 作成されると、初期化される一般的な属性は次のようになります。

  • class

  • id

  • title

  • xml:lang

適用対象

こちらもご覧ください