ChtmlTextWriter.SuppressedAttributes Proprietà

Definizione

Ottiene un Hashtable oggetto di attributi eliminati specificati dall'utente che non vengono sottoposti a rendering sugli 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à

Oggetto Hashtable degli attributi cHTML eliminati.

Commenti

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

L'elenco seguente mostra gli attributi eliminati predefiniti 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 eliminati predefiniti impostati per un span elemento quando viene creata una nuova istanza della ChtmlTextWriter classe .

  • cellspacing
  • gridlines
  • cellpadding
  • rules

Si applica a

Vedi anche