ChtmlFormAdapter.RenderPagerTag(HtmlMobileTextWriter, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders a pager tag on paginated forms. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected public:
override void RenderPagerTag(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, int pageToNavigate, System::String ^ text);
protected internal override void RenderPagerTag (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, int pageToNavigate, string text);
override this.RenderPagerTag : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * int * string -> unit
Protected Friend Overrides Sub RenderPagerTag (writer As HtmlMobileTextWriter, pageToNavigate As Integer, text As String)
Parameters
- writer
- HtmlMobileTextWriter
Specifies the output stream.
- pageToNavigate
- Int32
Contains the page number of the destination page.
- text
- String
Specifies the text used for the link.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.