WmlControlAdapter.RenderSubmitEvent Method

Definition

Renders a form submission event appropriate for the device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 void RenderSubmitEvent(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter ^ writer, System::String ^ softkeyLabel, System::String ^ text, bool breakAfter);
protected void RenderSubmitEvent (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter writer, string softkeyLabel, string text, bool breakAfter);
member this.RenderSubmitEvent : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter * string * string * bool -> unit
Protected Sub RenderSubmitEvent (writer As WmlMobileTextWriter, softkeyLabel As String, text As String, breakAfter As Boolean)

Parameters

writer
WmlMobileTextWriter

Specifies the output stream.

softkeyLabel
String

Contains the text label for the softkey.

text
String

Text defining the link.

breakAfter
Boolean

Contains true if a break element is to be added after the control.

Applies to

See also