HtmlControlAdapter.RenderPostBackEventAsAnchor 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'un événement de publication (postback) sous la forme d'une ancre, avec le texte spécifié par le paramètre linkText
en tant qu'étiquette. 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 RenderPostBackEventAsAnchor(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ argument, System::String ^ linkText);
protected void RenderPostBackEventAsAnchor (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string argument, string linkText);
member this.RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
Protected Sub RenderPostBackEventAsAnchor (writer As HtmlMobileTextWriter, argument As String, linkText As String)
Paramètres
- writer
- HtmlMobileTextWriter
TextWriter.
- argument
- String
Paramètre de rendu.
- linkText
- String
Texte spécifié pour l'étiquette.