HtmlControlAdapter.RenderPostBackEventAsAnchor Método

Definição

Renderiza um evento de postback como âncora, com o texto especificado pelo linkText parâmetro como rótulo. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com 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

O escritor de texto.

argument
String

O parâmetro de renderização.

linkText
String

O texto especificado para o rótulo.

Aplica-se a

Ver também