XhtmlTextWriter.SuppressCommonAttributes Proprietà

Definizione

Ottiene un oggetto Hashtable di elementi per cui vengono soppressi gli attributi CommonAttributes.

protected:
 property System::Collections::Hashtable ^ SuppressCommonAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable SuppressCommonAttributes { get; }
member this.SuppressCommonAttributes : System.Collections.Hashtable
Protected ReadOnly Property SuppressCommonAttributes As Hashtable

Valore della proprietà

Un oggetto Hashtable di elementi che contengono un insieme di attributi CommonAttributes di cui non è stato eseguito il rendering.

Commenti

L'insieme di attributi soppresso include un elenco di elementi XHTML per i quali CommonAttributes gli attributi non vengono sottoposti a rendering.

Quando viene creata una nuova istanza della classe, l'oggetto XhtmlTextWriterHashtable degli elementi per i quali CommonAttributes gli attributi vengono eliminati include:

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

Si applica a

Vedi anche