WmlControlAdapter.RenderBeginLink 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呈現連結的開頭標記。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
protected:
void RenderBeginLink(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter ^ writer, System::String ^ targetUrl, System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
protected void RenderBeginLink (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter writer, string targetUrl, string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
member this.RenderBeginLink : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter * string * string * bool * bool -> unit
Protected Sub RenderBeginLink (writer As WmlMobileTextWriter, targetUrl As String, softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean)
參數
- writer
- WmlMobileTextWriter
文字寫入器。
- targetUrl
- String
指定的目標 (表單或 URL)。
- softkeyLabel
- String
用於螢幕鍵盤的文字。
- implicitSoftkeyLabel
- Boolean
如果螢幕鍵盤標籤來自配接器本身 (預設標籤,或配接器指定的標籤,例如 PhoneCall 控制項的 "Call"),而不是來自應用程式作者明確指定的螢幕鍵盤標籤,則設定為 true
。
- mapToSoftkey
- Boolean
判斷螢幕鍵盤標籤是否用於連結。 如果為 true
,則會使用 softkeyLabel
文字。
備註
這個方法會自動檢查連結的類型,並轉譯適當的標記語言。 指定的目標可以參考另一個 URL 或相同頁面上的表單。