The members of System.Web.UI.Html32TextWriter are listed below.
See Also: Inherited members from System.Web.UI.HtmlTextWriter
Initializes a new instance of the System.Web.UI.Html32TextWriter class that uses the line indentation that is specified in the HtmlTextWriter.DefaultTabString field when the requesting browser requires line indentation. | ||
Initializes a new instance of the System.Web.UI.Html32TextWriter class that uses the specified line indentation. |
ShouldPerformDivTableSubstitution | bool.
Gets or sets a Boolean value indicating whether to replace a Table element with a Div element to reduce the time that it takes to render a block of HTML. | |
SupportsBold | bool.
Gets or sets a Boolean value indicating whether the requesting device supports bold HTML text. Use the Html32TextWriter.SupportsBold property to conditionally render bold text to the System.Web.UI.Html32TextWriter output stream. | |
SupportsItalic | bool.
Gets or sets a Boolean value indicating whether the requesting device supports italic HTML text. Use the Html32TextWriter.SupportsItalic property to conditionally render italicized text to the System.Web.UI.Html32TextWriter output stream. |
override | RenderBeginTag(HtmlTextWriterTag)
| |
override | RenderEndTag()
|
override | GetTagName(HtmlTextWriterTag)
| |
override | OnStyleAttributeRender(string, string, HtmlTextWriterStyle)
| |
override | OnTagRender(string, HtmlTextWriterTag)
| |
override | RenderAfterContent()
| |
override | RenderAfterTag()
| |
override | RenderBeforeContent()
| |
override | RenderBeforeTag()
|