WmlMobileTextWriter.RenderFormDoEvent 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.
Génère le rendu d'un événement < do >
pour le formulaire actif. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
protected:
void RenderFormDoEvent(System::String ^ doType, System::String ^ arg, System::Web::UI::MobileControls::Adapters::WmlPostFieldType postBackType, System::String ^ text);
protected void RenderFormDoEvent (string doType, string arg, System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType, string text);
member this.RenderFormDoEvent : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType * string -> unit
Protected Sub RenderFormDoEvent (doType As String, arg As String, postBackType As WmlPostFieldType, text As String)
Paramètres
- doType
- String
Type d'action à afficher. Mappe l'attribut de type de l'élément <do>. Généralement "accept" ou "options".
- arg
- String
Argument pour l'action. L'argument est inclus dans la publication (postback) générée lorsque l'utilisateur sélectionne l'action.
- postBackType
- WmlPostFieldType
Type WmlPostFieldType utilisé pour arg
.
- text
- String
Étiquette associée à l'action. Elle apparaît généralement en tant qu'étiquette de softkey sur l'appareil.
Remarques
Appelée en interne par le writer et les classes héritées.