XhtmlTextWriter.CommonAttributes Propiedad

Definición

Obtiene un objeto Hashtable que contiene los atributos comunes de etiquetas de marcado para el objeto 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

Valor de propiedad

Hashtable

Un objeto Hashtable que contiene los atributos comunes.

Comentarios

La CommonAttributes colección contiene atributos que se permiten en elementos XHTML y que no se suprimen en la SuppressCommonAttributes propiedad . Para obtener más información sobre los atributos comunes, vea el sitio web de World Wide Web Consortium (W3C).

Cuando se crea una nueva instancia de la XhtmlTextWriter clase , los atributos comunes que se inicializan son:

  • class

  • id

  • title

  • xml:lang

Se aplica a

Consulte también