XhtmlTextWriter.SuppressCommonAttributes Property
.NET Framework 2.0
Gets a Hashtable object of elements for which CommonAttributes attributes are suppressed.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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
Community Additions
ADD
Show: