WmlMobileTextWriter.RenderFormDoEvent(String, String, WmlPostFieldType, String) Método
Definição
Renderiza um evento < do > para o formulário atual.Renders a < do > event for the current form. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)
Parâmetros
- doType
- String
O tipo de ação a ser renderizada.The type of action to render. Mapeia o atributo de tipo do elemento <do>.Maps to the type attribute of the <do> element. Geralmente “accept” ou “options”.Usually "accept" or "options".
- arg
- String
O argumento da ação.The argument for the action. O argumento é incluído no postback gerado quando o usuário seleciona a ação.The argument is included in the postback generated when the user selects the action.
- postBackType
- WmlPostFieldType
O tipo WmlPostFieldType usado para arg.The WmlPostFieldType type used for arg.
- text
- String
O rótulo associado à ação.The label associated with the action. Isso geralmente é exibido como um rótulo de tecla de função no dispositivo.This usually appears as a softkey label on the device.
Comentários
Chamado internamente pelo gravador e pelas classes herdadas.Called internally by the writer and inherited classes.