This documentation is archived and is not being maintained.
XhtmlMobileTextWriter::EnterStyle Method
Visual Studio 2010
Sets the provided style as the current style if the BeginCachedRendering method has been called. 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 | |
|---|---|---|
|
EnterStyle(Style) | Writes the opening tag of a <span> element that contains attributes that implement the layout and character formatting of the specified style. (Inherited from HtmlTextWriter.) |
|
EnterStyle(Style) | Sets the provided style as the current style if the BeginCachedRendering method has been called. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
EnterStyle(Style, HtmlTextWriterTag) | Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style. (Inherited from HtmlTextWriter.) |
Show: