ChtmlTextWriter.SuppressedAttributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得未呈現在 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使用 方法,將屬性新增至隱藏的屬性集合。
下列清單顯示建立 類別的新實例 ChtmlTextWriter 時,為 div
專案設定的預設隱藏屬性。
accesskey |
gridlines |
cellspacing |
rules |
cellpadding |
下列清單顯示建立 類別的新實例 ChtmlTextWriter 時,為 span
專案設定的預設隱藏屬性。
cellspacing |
gridlines |
cellpadding |
rules |