ChtmlFormAdapter.RenderPagerTag Method (HtmlMobileTextWriter, Int32, String)
.NET Framework (current version)
Renders a pager tag on paginated forms. 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)
override RenderPagerTag : writer:HtmlMobileTextWriter * pageToNavigate:int * text:string -> unit
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
Specifies the output stream.
- pageToNavigate
-
Type:
System.Int32
Contains the page number of the destination page.
- text
-
Type:
System.String
Specifies the text used for the link.
.NET Framework
Available since 1.1
Available since 1.1
Show: