WmlControlAdapter.RenderSubmitEvent Method (WmlMobileTextWriter, String, String, Boolean)
.NET Framework (current version)
Renders a form submission event appropriate for the device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
protected void RenderSubmitEvent( WmlMobileTextWriter writer, string softkeyLabel, string text, bool breakAfter )
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter
Specifies the output stream.
- softkeyLabel
-
Type:
System.String
Contains the text label for the softkey.
- text
-
Type:
System.String
Text defining the link.
- breakAfter
-
Type:
System.Boolean
Contains true if a break element is to be added after the control.
.NET Framework
Available since 1.1
Available since 1.1
Show: