System.Web.UI.XhtmlTextWriter.CommonAttributes Property

Gets a Hashtable object containing common attributes of the markup tags for the System.Web.UI.XhtmlTextWriter object.

Syntax

protected Hashtable CommonAttributes { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The XhtmlTextWriter.CommonAttributes collection contains attributes that are allowed in XHTML elements and that are not suppressed in the XhtmlTextWriter.SuppressCommonAttributes property. For more information on common attributes, see the tp://go.microsoft.com/fwlink/?linkid=37125.

When a new instance of the System.Web.UI.XhtmlTextWriter class is created, the common attributes that are initialized are:

  • class

  • id

  • title

  • xml:lang

Requirements

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