System.Web.UI.XhtmlTextWriter.SuppressCommonAttributes Property

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

Syntax

protected Hashtable SuppressCommonAttributes { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0