HtmlControlAdapter.RenderPostBackEventAsAttribute Méthode

Définition

Génère le rendu d'un événement de publication (postback) en tant qu'attribut. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec 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)

Paramètres

writer
HtmlMobileTextWriter

TextWriter.

attributeName
String

Nom de l'attribut.

argument
String

Paramètre de rendu.

S’applique à

Voir aussi