This documentation is archived and is not being maintained.
HtmlMobileTextWriter Properties
Visual Studio 2010
The HtmlMobileTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Device | Retrieves the MobileCapabilities object for the current requesting device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
Encoding | Gets the encoding that the HtmlTextWriter object uses to write content to the page. (Inherited from HtmlTextWriter.) |
|
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.) |
|
RenderBodyColor | Indicates whether the body color attribute can be sent to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderBold | Indicates whether the bold attribute can be sent to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderDivAlign | Indicates whether the alignment attribute can be sent to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderDivNoWrap | Indicates whether the target device supports the NoWrap value for text wrapping. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderFontColor | Indicates whether the font color attribute can be sent to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderFontName | Indicates whether the font name attribute can be sent to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderFontSize | Indicates whether the font size attribute can be sent to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderItalic | Contains a Boolean value that indicates whether to send the italic attribute to the target device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RequiresNoBreakInFormatting | Gets a value indicating whether the device does not support HTML < br > elements to format line breaks. The default is false. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
SupportsMultiPart | Gets a value indicating whether multipart writing is supported. Default is false. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
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.) |
Show: