Freigeben über


ChtmlTextWriter.GlobalSuppressedAttributes Eigenschaft

Definition

Ruft ein Hashtable-Objekt mit global inaktiven Attributen auf, die nicht auf cHTML-Elementen gerendert werden können.

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

Eigenschaftswert

Eine Hashtable von global inaktiven cHTML-Attributen.

Hinweise

Die folgende Liste zeigt die global unterdrückten Attribute, die festgelegt werden, wenn eine neue Instanz der ChtmlTextWriter -Klasse erstellt wird.

onclick onmousemove
ondblclick onmouseout
onmousedown onkeypress
onmouseup onkeydown
onmouseover onkeyup

Gilt für:

Weitere Informationen