This documentation is archived and is not being maintained.

XhtmlMobileTextWriter::ExitStyle Method

Removes the current style, restores the previous style as the current style, and calls the WriteEndTag method to close the current element.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method ExitStyle(Style) Writes the closing tag of a <span> element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.)
Public method ExitStyle(Style) Removes the current style, restores the previous style as the current style, and calls the WriteEndTag method to close the current element.
Public method ExitStyle(Style, HtmlTextWriterTag) Writes the closing tag of the specified markup element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.)
Top

This method is used primarily by developers of custom mobile page and control adapters.

Show: