System.Web.UI.Html32TextWriter Members

The members of System.Web.UI.Html32TextWriter are listed below.

See Also: Inherited members from System.Web.UI.HtmlTextWriter

Public Constructors

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.

Public Properties

ShouldPerformDivTableSubstitutionbool.

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.

SupportsBoldbool.

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.

SupportsItalicbool.

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.

Protected Properties

[read-only]
FontStackStack.

Gets a collection of font information for the HTML to render.

Public Methods

override
RenderBeginTag(HtmlTextWriterTag)

Writes the opening tag of the specified element to the HTML 3.2 output stream.

override
RenderEndTag()

Writes the end tag of an HTML element to the System.Web.UI.Html32TextWriter output stream, along with any font information that is associated with the element.

Protected Methods

override
GetTagName(HtmlTextWriterTag) : string

Returns the HTML element that is associated with the specified System.Web.UI.HtmlTextWriterTag enumeration value.

override
OnStyleAttributeRender(string, string, HtmlTextWriterStyle) : bool

Determines whether to write the specified HTML style attribute and its value to the output stream.

override
OnTagRender(string, HtmlTextWriterTag) : bool

Determines whether to write the specified HTML element to the output stream.

override
RenderAfterContent() : string

Writes any text or spacing that appears after the content of the HTML element.

override
RenderAfterTag() : string

Writes any spacing or text that occurs after an HTML element's closing tag.

override
RenderBeforeContent() : string

Writes any tab spacing or font information that appears before the content that is contained in an HTML element.

override
RenderBeforeTag() : string

Writes any text or tab spacing that occurs before the opening tag of an HTML element to the HTML 3.2 output stream.