MobilePage::CreateHtmlTextWriter Method (TextWriter^)
.NET Framework (current version)
Creates an HtmlTextWriter object to render the page's content. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- writer
-
Type:
System.IO::TextWriter^
The TextWriter used to create the HtmlTextWriter.
Return Value
Type: System.Web.UI::HtmlTextWriter^An HtmlTextWriter or a text writer derived from HtmlTextWriter, such as
HtmlMobileTextWriter, WmlMobileTextWriter, ChtmlMobileTextWriter, or XhtmlMobileTextWriter.
The type of writer created is determined by the adapter associated with the current mobile device. For more information about how to map adapters to devices, see Adapter Mappings.
.NET Framework
Available since 1.1
Available since 1.1
Show: