WmlMobileTextWriter.RenderFormDoEvent Method (String, String, WmlPostFieldType, String)
.NET Framework (current version)
Renders a < do > event for the current form. 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 RenderFormDoEvent( string doType, string arg, WmlPostFieldType postBackType, string text )
Parameters
- doType
-
Type:
System.String
The type of action to render. Maps to the type attribute of the <do> element. Usually "accept" or "options".
- arg
-
Type:
System.String
The argument for the action. The argument is included in the postback generated when the user selects the action.
- postBackType
-
Type:
System.Web.UI.MobileControls.Adapters.WmlPostFieldType
The WmlPostFieldType type used for arg.
- text
-
Type:
System.String
The label associated with the action. This usually appears as a softkey label on the device.
Called internally by the writer and inherited classes.
.NET Framework
Available since 1.1
Available since 1.1
Show: