Condividi tramite


XhtmlTextWriter.CommonAttributes Proprietà

Definizione

Ottiene un Hashtable oggetto contenente attributi comuni dei tag di markup per l'oggetto XhtmlTextWriter .

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

Valore della proprietà

Oggetto Hashtable contenente attributi comuni.

Commenti

L'insieme CommonAttributes contiene attributi consentiti negli elementi XHTML e che non vengono eliminati nella SuppressCommonAttributes proprietà . Per altre informazioni sugli attributi comuni, vedere il sito Web World Wide Web Consortium (W3C).

Quando viene creata una nuova istanza della XhtmlTextWriter classe , gli attributi comuni inizializzati sono:

  • class

  • id

  • title

  • xml:lang

Si applica a

Vedi anche