HtmlControlAdapter.RenderPostBackEventAsAnchor Méthode

Définition

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 Applications mobiles & 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.

S’applique à

Voir aussi