Html32TextWriter Properties

 

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyEncoding

Gets the encoding that the HtmlTextWriter object uses to write content to the page.(Inherited from HtmlTextWriter.)

System_CAPS_protpropertyFontStack

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of font information for the HTML to render.

System_CAPS_pubpropertyFormatProvider

Gets an object that controls formatting.(Inherited from TextWriter.)

System_CAPS_pubpropertyIndent

Gets or sets the number of tab positions to indent the beginning of each line of markup.(Inherited from HtmlTextWriter.)

System_CAPS_pubpropertyInnerWriter

Gets or sets the text writer that writes the inner content of the markup element.(Inherited from HtmlTextWriter.)

System_CAPS_pubpropertyNewLine

Gets or sets the line terminator string used by the HtmlTextWriter object.(Inherited from HtmlTextWriter.)

System_CAPS_pubpropertyShouldPerformDivTableSubstitution

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.

System_CAPS_pubpropertySupportsBold

Gets or sets a Boolean value indicating whether the requesting device supports bold HTML text. Use the SupportsBold property to conditionally render bold text to the Html32TextWriter output stream.

System_CAPS_pubpropertySupportsItalic

Gets or sets a Boolean value indicating whether the requesting device supports italic HTML text. Use the SupportsItalic property to conditionally render italicized text to the Html32TextWriter output stream.

System_CAPS_protpropertyTagKey

Gets or sets the HtmlTextWriterTag value for the specified markup element.(Inherited from HtmlTextWriter.)

System_CAPS_protpropertyTagName

Gets or sets the tag name of the markup element being rendered.(Inherited from HtmlTextWriter.)

Return to top
Show: