HtmlControlAdapter.RenderPostBackEventAsAttribute Método

Definição

Renderiza um evento de postback como um atributo. 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 RenderPostBackEventAsAttribute(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ attributeName, System::String ^ argument);
protected void RenderPostBackEventAsAttribute(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string attributeName, string argument);
member this.RenderPostBackEventAsAttribute : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
Protected Sub RenderPostBackEventAsAttribute (writer As HtmlMobileTextWriter, attributeName As String, argument As String)

Parâmetros

writer
HtmlMobileTextWriter

O escritor de texto.

attributeName
String

O nome do atributo.

argument
String

O parâmetro de renderização.

Aplica-se a

Ver também