UpWmlMobileTextWriter.RenderBeginHyperlink 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开始呈现超链接元素。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public:
override void RenderBeginHyperlink(System::String ^ targetUrl, bool encodeUrl, System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
public override void RenderBeginHyperlink (string targetUrl, bool encodeUrl, string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
override this.RenderBeginHyperlink : string * bool * string * bool * bool -> unit
Public Overrides Sub RenderBeginHyperlink (targetUrl As String, encodeUrl As Boolean, softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean)
参数
- targetUrl
- String
目标 URL 目标。
- encodeUrl
- Boolean
如果 URL 已编码,则设置为 true
。
- softkeyLabel
- String
如果 mapToSoftkey
参数设置为 true
,则为用于链接的软键文本。
- implicitSoftkeyLabel
- Boolean
如果软键标签来自适配器本身(默认标签,或适配器指定的其他标签,如“Call”表示 PhoneCall 控件),而不是应用程序作者显式指定的软键标签,则设置为 true
。
- mapToSoftkey
- Boolean
如果映射到设备上的软键,则设置为 true
。
例外
注解
此调用后可以依次调用呈现文本或调用 RenderImage 方法来呈现超链接内容,然后调用 RenderEndHyperlink 方法。