WmlControlAdapter.RenderBeginLink メソッド

定義

リンクの開始タグをレンダリングします。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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 または同じページ上のフォームを参照できます。

適用対象

こちらもご覧ください