WmlControlAdapter.RenderSubmitEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.