XhtmlTextWriter.SuppressCommonAttributes Propiedad

Definición

Obtiene un objeto Hashtable de elementos para el cual se suprimen los atributos CommonAttributes.

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

Valor de propiedad

Un objeto Hashtable de elementos que contienen una colección de atributos CommonAttributes que no se representan.

Comentarios

La colección de atributos suprimida incluye una lista de elementos XHTML para los que CommonAttributes no se representan los atributos.

Cuando se crea una nueva instancia de la XhtmlTextWriter clase , el Hashtable objeto de elementos para los que CommonAttributes se suprimen los atributos incluye:

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

Se aplica a

Consulte también