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 approprié pour l’appareil cible. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
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
Enregistreur de texte spécifié.
- target
- String
Appareil cible.
- argument
- String
Argument d’événement facultatif à passer.
Remarques
Sur les appareils compatibles avec les scripts, l’événement est rendu en tant qu’appel à une fonction de script. Sur d’autres appareils, l’événement est affiché sous forme d’URL.