共用方式為


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

適用於

另請參閱