WmlControlAdapter.RenderBeginLink メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リンクの開始タグをレンダリングします。 この API は廃止されています。 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 または同じページ上のフォームを参照できます。