MobileTextWriter::ExitStyle Method

 

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubmethodExitStyle(Style^)

Writes the closing tag of a <span> element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.)

System_CAPS_pubmethodExitStyle(Style^)

Ends a block that has been using the layout and character formatting from a given style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_pubmethodExitStyle(Style^, HtmlTextWriterTag)

Writes the closing tag of the specified markup element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.)

Return to top
Show: