WmlMobileTextWriter.RenderBeginPostBack(String, Boolean, Boolean) 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.
Begins the rendering of a postback. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual void RenderBeginPostBack(System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
public virtual void RenderBeginPostBack (string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
abstract member RenderBeginPostBack : string * bool * bool -> unit
override this.RenderBeginPostBack : string * bool * bool -> unit
Public Overridable Sub RenderBeginPostBack (softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean)
Parameters
- softkeyLabel
- String
The softkey text to use for the link if the mapToSoftKey
parameter is set to true
.
- implicitSoftkeyLabel
- Boolean
Set to true
if the softkey label comes from the adapter itself, rather than being a softkey label explicitly specified by the application author.
- mapToSoftkey
- Boolean
Set to true
if mapping to a softkey on the device.