WmlControlAdapter.RenderSubmitEvent Method (WmlMobileTextWriter, String, String, Boolean)

 

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.

Namespace:   System.Web.UI.MobileControls.Adapters
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
Return to top
Show: