HtmlControlAdapter.RenderPostBackEventReference 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.
Génère le rendu d'une référence d'événement de publication (postback). Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
protected:
void RenderPostBackEventReference(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ argument);
protected void RenderPostBackEventReference (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string argument);
member this.RenderPostBackEventReference : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string -> unit
Protected Sub RenderPostBackEventReference (writer As HtmlMobileTextWriter, argument As String)
Paramètres
- writer
- HtmlMobileTextWriter
TextWriter.
- argument
- String
Paramètre de rendu.
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.