This documentation is archived and is not being maintained.
XhtmlMobileTextWriter::ExitStyle Method
Visual Studio 2010
Removes the current style, restores the previous style as the current style, and calls the WriteEndTag method to close the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ExitStyle(Style) | Writes the closing tag of a <span> element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.) |
|
ExitStyle(Style) | Removes the current style, restores the previous style as the current style, and calls the WriteEndTag method to close the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
ExitStyle(Style, HtmlTextWriterTag) | Writes the closing tag of the specified markup element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.) |
Show: