RenderBeginPostBack Method (Common)
Begins the rendering of a postback.
public virtual void RenderBeginPostBack(
System.String softkeyLabel,
System.Boolean implicitSoftkeyLabel,
System.Boolean mapToSoftkey
)
Parameters
- softkeyLabel
The softkey text to use for the link if the mapToSoftKey parameter is set to true. - implicitSoftkeyLabel
Set to true if the softkey label comes from the adapter itself, rather than a softkey label explicitly specified by the application author. - mapToSoftkey
Set to true if mapping to a softkey on the device.
See Also
Applies to: WmlMobileTextWriter Class | UpWmlMobileTextWriter Class