XhtmlTextWriter.SuppressCommonAttributes Property

Definition

Gets a Hashtable object of elements for which CommonAttributes attributes are suppressed.

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

Property Value

A Hashtable of elements containing a collection of CommonAttributes that are not rendered.

Remarks

The suppressed attribute collection includes a list of XHTML elements for which CommonAttributes attributes are not rendered.

When a new instance of the XhtmlTextWriter class is created, the Hashtable object of elements for which CommonAttributes attributes are suppressed includes:

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

Applies to

See also