WmlMobileTextWriter.RenderBeginHyperlink 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開始呈現超連結項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
virtual void RenderBeginHyperlink(System::String ^ targetUrl, bool encodeUrl, System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
public virtual void RenderBeginHyperlink (string targetUrl, bool encodeUrl, string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
abstract member RenderBeginHyperlink : string * bool * string * bool * bool -> unit
override this.RenderBeginHyperlink : string * bool * string * bool * bool -> unit
Public Overridable 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
如果螢幕鍵盤標籤來自配接器本身 (預設標籤,或配接器指定的標籤,例如 PhoneCall 控制項的 "Call"),而不是來自應用程式作者明確指定的螢幕鍵盤標籤,則設定為 true
。
- mapToSoftkey
- Boolean
如果對應至裝置上的螢幕鍵盤,請設定為 true
。
備註
此呼叫後面可以接著呼叫轉譯文字,或呼叫 RenderImage 方法來轉譯超鏈接內容,接著呼叫 RenderEndHyperlink 方法。