XhtmlTextWriter.SuppressCommonAttributes Eigenschaft

Definition

Ruft ein Hashtable-Objekt von Elementen ab, für die CommonAttributes-Attribute unterdrückt werden.

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

Eigenschaftswert

Eine Hashtable von Elementen, die eine Auflistung von nicht gerenderten CommonAttributes enthalten.

Hinweise

Die unterdrückte Attributauflistung enthält eine Liste von XHTML-Elementen, für die CommonAttributes Attribute nicht gerendert werden.

Wenn eine neue Instanz der XhtmlTextWriter -Klasse erstellt wird, enthält das Hashtable Objekt von Elementen, für die CommonAttributes Attribute unterdrückt werden, Folgendes:

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

Gilt für:

Weitere Informationen