XhtmlFormAdapter.RenderPagerTag Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Restitue une balise de pagineur sur des formulaires paginés. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
protected:
virtual void RenderPagerTag(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, int pageToNavigate, System::String ^ text, System::String ^ accessKeyCustomAttribute);
protected virtual void RenderPagerTag (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, int pageToNavigate, string text, string accessKeyCustomAttribute);
abstract member RenderPagerTag : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * int * string * string -> unit
override this.RenderPagerTag : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * int * string * string -> unit
Protected Overridable Sub RenderPagerTag (writer As XhtmlMobileTextWriter, pageToNavigate As Integer, text As String, accessKeyCustomAttribute As String)
Paramètres
- writer
- XhtmlMobileTextWriter
Élément XhtmlMobileTextWriter.
- pageToNavigate
- Int32
Numéro de page cible.
- text
- String
Texte à afficher sur le pagineur.
- accessKeyCustomAttribute
- String
Touche d'accès rapide pour la balise.