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

プロパティ値

Hashtable

グローバル非表示 cHTML 属性の Hashtable

注釈

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

onclick onmousemove
ondblclick onmouseout
onmousedown onkeypress
onmouseup onkeydown
onmouseover onkeyup

適用対象

こちらもご覧ください