次の方法で共有


ChtmlTextWriter.SuppressedAttributes プロパティ

定義

cHTML 要素に出力されないユーザー指定の非表示属性の Hashtable オブジェクトを取得します。

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

プロパティ値

非表示 cHTML 属性の Hashtable

注釈

RemoveRecognizedAttribute抑制された属性コレクションに属性を追加するには、 メソッドを使用します。

次の一覧は、クラスの新しいインスタンスが作成されるときに要素に div 設定される既定の抑制属性を ChtmlTextWriter 示しています。

  • accesskey
  • gridlines
  • cellspacing
  • rules
  • cellpadding

次の一覧は、クラスの新しいインスタンスが作成されるときに要素に span 設定される既定の抑制属性を ChtmlTextWriter 示しています。

  • cellspacing
  • gridlines
  • cellpadding
  • rules

適用対象

こちらもご覧ください