XhtmlTextWriter.CommonAttributes Proprietà

Definizione

Ottiene un oggetto Hashtable contenente gli attributi comuni dei 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à

Hashtable

Oggetto Hashtable contenente gli 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