WmlControlAdapter.RenderBeginLink メソッド

定義

リンクの開始タグをレンダリングします。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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の "呼び出し" など、アダプターが指定したその他の何かから取得される場合にtrueに設定します。

mapToSoftkey
Boolean

リンクにソフトキー ラベルを使用するかどうかを指定します。 true場合は、softkeyLabelテキストが使用されます。

注釈

このメソッドは、リンクの種類を自動的にチェックし、適切なマークアップ言語をレンダリングします。 指定したターゲットは、別の URL または同じページ上のフォームを参照できます。

適用対象

こちらもご覧ください