ChtmlTextWriter.GlobalSuppressedAttributes Proprietà

Definizione

Ottiene un oggetto Hashtable di attributi soppressi globalmente di cui non è possibile eseguire il rendering in elementi cHTML.

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

Valore della proprietà

Hashtable

Classe Hashtable di attributi cHTML soppressi globalmente.

Commenti

L'elenco seguente mostra gli attributi eliminati a livello globale impostati quando viene creata una nuova istanza della ChtmlTextWriter classe .

onclick onmousemove
ondblclick onmouseout
onmousedown onkeypress
onmouseup onkeydown
onmouseover onkeyup

Si applica a

Vedi anche