HtmlControlAdapter.RenderPostBackEventAsAttribute Método

Definición

Representa un evento de postback como atributo . 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 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

Escritor de texto.

attributeName
String

El nombre del atributo.

argument
String

Parámetro de representación.

Se aplica a

Consulte también