HtmlPageAdapter.RenderPostBackEvent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche une référence à un événement de publication (postback) de manière appropriée pour l’appareil cible. 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.
public:
virtual void RenderPostBackEvent(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ target, System::String ^ argument);
public virtual void RenderPostBackEvent (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string target, string argument);
abstract member RenderPostBackEvent : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
override this.RenderPostBackEvent : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
Public Overridable Sub RenderPostBackEvent (writer As HtmlMobileTextWriter, target As String, argument As String)
Paramètres
- writer
- HtmlMobileTextWriter
TextWriter spécifié.
- target
- String
Appareil cible.
- argument
- String
Argument d’événement facultatif à passer.
Remarques
Sur les appareils compatibles avec un script, l’événement est rendu sous la forme d’un appel à une fonction de script. Sur d’autres appareils, l’événement est rendu sous forme d’URL.