XhtmlTextWriter.CommonAttributes Property
.NET Framework 3.0
Gets a Hashtable object containing common attributes of the markup tags for the XhtmlTextWriter object.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The CommonAttributes collection contains attributes that are allowed in XHTML elements and that are not suppressed in the SuppressCommonAttributes property. For more information on common attributes, see the World Wide Web Consortium (W3C) Web site.
When a new instance of the XhtmlTextWriter class is created, the common attributes that are initialized are:
-
class
-
id
-
title
-
xml:lang
Community Additions
ADD
Show: