The members of System.Web.UI.ChtmlTextWriter are listed below.
See Also: Inherited members from System.Web.UI.Html32TextWriter
Initializes a new instance of the System.Web.UI.ChtmlTextWriter class that uses the HtmlTextWriter.DefaultTabString constant to indent lines. | ||
Initializes a new instance of the System.Web.UI.ChtmlTextWriter class with the specified line indentation. |
[read-only] | GlobalSuppressedAttributes | Hashtable.
Gets a Hashtable object of globally suppressed attributes that cannot be rendered on cHTML elements. |
[read-only] | RecognizedAttributes | Hashtable.
Gets a Hashtable object of recognized attributes that could be rendered on cHTML elements. |
[read-only] | SuppressedAttributes | Hashtable.
Gets a Hashtable object of user-specified suppressed attributes that are not rendered on cHTML elements. |
AddRecognizedAttribute(string, string)
| ||
RemoveRecognizedAttribute(string, string)
| ||
override | WriteBreak()
| |
override | WriteEncodedText(string)
|
override | OnAttributeRender(string, string, HtmlTextWriterAttribute)
| |
override | OnStyleAttributeRender(string, string, HtmlTextWriterStyle)
| |
override | OnTagRender(string, HtmlTextWriterTag)
|