Html32TextWriter Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Encoding | Gets the encoding that the HtmlTextWriter object uses to write content to the page.(Inherited from HtmlTextWriter.) |
![]() | FontStack | 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. |
![]() | FormatProvider | Gets an object that controls formatting.(Inherited from TextWriter.) |
![]() | Indent | Gets or sets the number of tab positions to indent the beginning of each line of markup.(Inherited from HtmlTextWriter.) |
![]() | InnerWriter | Gets or sets the text writer that writes the inner content of the markup element.(Inherited from HtmlTextWriter.) |
![]() | NewLine | Gets or sets the line terminator string used by the HtmlTextWriter object.(Inherited from HtmlTextWriter.) |
![]() | ShouldPerformDivTableSubstitution | 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 | 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. |
![]() | SupportsItalic | 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. |
![]() | TagKey | Gets or sets the HtmlTextWriterTag value for the specified markup element.(Inherited from HtmlTextWriter.) |
![]() | TagName | Gets or sets the tag name of the markup element being rendered.(Inherited from HtmlTextWriter.) |

