HtmlControlAdapter.RenderPostBackEventAsAnchor Método

Definición

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

El parámetro de representación.

linkText
String

Texto especificado para la etiqueta.

Se aplica a

Consulte también