WmlControlAdapter.RenderBeginLink Method (WmlMobileTextWriter, String, String, Boolean, Boolean)
Renders the opening tag of a link. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. 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)
member RenderBeginLink : writer:WmlMobileTextWriter * targetUrl:string * softkeyLabel:string * implicitSoftkeyLabel:bool * mapToSoftkey:bool -> unit
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter
The text writer.
- targetUrl
-
Type:
System.String
The specified target (form or URL).
- softkeyLabel
-
Type:
System.String
Text used for the softkey.
- implicitSoftkeyLabel
-
Type:
System.Boolean
Set to true if the softkey label comes from the adapter itself (the default label, or something else that is adapter specified, such as "Call" for a PhoneCall, rather than a softkey label explicitly specified by the application author.
- mapToSoftkey
-
Type:
System.Boolean
Determines whether a softkey label is used for the link. If true, the softkeyLabel text is used.
This method automatically checks for the type of link and renders the appropriate markup language. The specified target can refer to another URL or to a form on the same page.
Available since 1.1