共用方式為


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

屬性值

Hashtable

隱藏 cHTML 屬性的 Hashtable

備註

RemoveRecognizedAttribute使用 方法,將屬性新增至隱藏的屬性集合。

下列清單顯示建立 類別的新實例 ChtmlTextWriter 時,為 div 專案設定的預設隱藏屬性。

accesskey gridlines
cellspacing rules
cellpadding

下列清單顯示建立 類別的新實例 ChtmlTextWriter 時,為 span 專案設定的預設隱藏屬性。

cellspacing gridlines
cellpadding rules

適用於

另請參閱