XhtmlTextViewAdapter::Render Method (XhtmlMobileTextWriter^)
.NET Framework (current version)
Renders the control and its content to the client using the provided XhtmlMobileTextWriter object. 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.Web.UI.MobileControls.Adapters.XhtmlAdapters::XhtmlMobileTextWriter^
An XhtmlMobileTextWriter object.
Many mobile devices require large pieces of text to be broken up into chunks so that the user can read the text piece by piece. The Render method uses related properties on the TextView control to determine which elements to render with the RenderElement method.
.NET Framework
Available since 2.0
Available since 2.0
Show: