ChtmlTextWriter.GlobalSuppressedAttributes プロパティ

定義

cHTML 要素でレンダリングできないグローバルに抑制された属性の Hashtable オブジェクトを取得します。

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

プロパティ値

グローバルに抑制された cHTML 属性の Hashtable

注釈

次の一覧は、 ChtmlTextWriter クラスの新しいインスタンスの作成時に設定されるグローバルに抑制される属性を示しています。

  • onclick
  • onmousemove
  • ondblclick
  • onmouseout
  • onmousedown
  • onkeypress
  • onmouseup
  • onkeydown
  • onmouseover
  • onkeyup

適用対象

こちらもご覧ください