HtmlControlAdapter.RenderPostBackEventAsAttribute Metodo

Definizione

Esegue il rendering di un evento postback come attributo. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni per dispositivi mobili ASP.NET, vedere App per dispositivi mobili & Siti 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)

Parametri

writer
HtmlMobileTextWriter

Writer di testo.

attributeName
String

Nome dell'attributo.

argument
String

Parametro di rendering.

Si applica a

Vedi anche