System.Web.UI.Html32TextWriter: Method Members

The methods of System.Web.UI.Html32TextWriter are listed below. For a list of all members, see the Html32TextWriter Members list.

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

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.