The members of System.Web.UI.XhtmlTextWriter are listed below.
See Also: Inherited members from System.Web.UI.HtmlTextWriter
Initializes a new instance of the System.Web.UI.XhtmlTextWriter class that uses the line indentation that is specified in the HtmlTextWriter.DefaultTabString field. Use the XhtmlTextWriter.#ctor(System.IO.TextWriter) constructor if you do not want to change the default line indentation. | ||
Initializes a new instance of the System.Web.UI.XhtmlTextWriter class with the specified line indentation. |
[read-only] | CommonAttributes | Hashtable.
Gets a Hashtable object containing common attributes of the markup tags for the System.Web.UI.XhtmlTextWriter object. |
[read-only] | ElementSpecificAttributes | Hashtable.
Gets a Hashtable object containing element-specific attributes. |
[read-only] | SuppressCommonAttributes | Hashtable.
Gets a Hashtable object of elements for which XhtmlTextWriter.CommonAttributes attributes are suppressed. |
AddRecognizedAttribute(string, string)
| ||
override | IsValidFormAttribute(string)
| |
RemoveRecognizedAttribute(string, string)
| ||
SetDocType(XhtmlMobileDocType)
| ||
override | WriteBreak()
|
override | OnAttributeRender(string, string, HtmlTextWriterAttribute)
| |
override | OnStyleAttributeRender(string, string, HtmlTextWriterStyle)
|