Compartir vía


HtmlControlAdapter.RenderPostBackEventAsAnchor Método

Definición

Representa un evento de postback como un delimitador, con el texto especificado por el linkText parámetro como una etiqueta. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con 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)

Parámetros

writer
HtmlMobileTextWriter

Escritor de texto.

argument
String

Parámetro de representación.

linkText
String

Texto especificado para la etiqueta.

Se aplica a

Consulte también