Condividi tramite


ChtmlTextWriter.SuppressedAttributes Proprietà

Definizione

Ottiene un oggetto Hashtable di attributi soppressi specificati dall'utente di cui non viene eseguito il rendering in elementi cHTML.

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

Valore della proprietà

Hashtable

Classe Hashtable di attributi cHTML soppressi.

Commenti

Utilizzare il RemoveRecognizedAttribute metodo per aggiungere attributi alla raccolta di attributi eliminati.

L'elenco seguente mostra gli attributi predefiniti eliminati impostati per un div elemento quando viene creata una nuova istanza della ChtmlTextWriter classe .

accesskey gridlines
cellspacing rules
cellpadding

L'elenco seguente mostra gli attributi predefiniti eliminati impostati per un span elemento quando viene creata una nuova istanza della ChtmlTextWriter classe .

cellspacing gridlines
cellpadding rules

Si applica a

Vedi anche