WmlControlAdapter.RenderLink メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

名前空間: System.Web.UI.MobileControls.Adapters
アセンブリ: System.Web.Mobile (system.web.mobile.dll 内)
構文構文

Visual Basic (宣言)

Protected Sub RenderLink ( _ writer As WmlMobileTextWriter, _ targetUrl As String, _ softkeyLabel As String, _ implicitSoftkeyLabel As Boolean, _ mapToSoftkey As Boolean, _ text As String, _ breakAfter As Boolean _ )

Visual Basic (使用法)

Dim writer As WmlMobileTextWriter Dim targetUrl As String Dim softkeyLabel As String Dim implicitSoftkeyLabel As Boolean Dim mapToSoftkey As Boolean Dim text As String Dim breakAfter As Boolean

Me.RenderLink(writer, targetUrl, softkeyLabel, implicitSoftkeyLabel, mapToSoftkey, text, breakAfter)

C#

protected void RenderLink ( WmlMobileTextWriter writer, string targetUrl, string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey, string text, bool breakAfter )

C++

protected: void RenderLink ( WmlMobileTextWriter^ writer, String^ targetUrl, String^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey, String^ text, bool breakAfter )

J#

protected void RenderLink ( WmlMobileTextWriter writer, String targetUrl, String softkeyLabel, boolean implicitSoftkeyLabel, boolean mapToSoftkey, String text, boolean breakAfter )

JScript

protected function RenderLink ( writer : WmlMobileTextWriter, targetUrl : String, softkeyLabel : String, implicitSoftkeyLabel : boolean, mapToSoftkey : boolean, text : String, breakAfter : boolean )

パラメータ

writer

テキスト ライタ

targetUrl

URL ターゲット

softkeyLabel

リンクに使用するソフトキー テキスト

implicitSoftkeyLabel

ソフトキー ラベルアプリケーション作成者によって明示的に指定されたものでなく、デバイス アダプタ自体由来するもの (既定ラベルや、PhoneCall コントロールを指す "Call" のようにアダプタ側で指定されているラベルなど) である場合は、**true**。

mapToSoftkey

デバイス上のソフトキーマップする場合は、**true** に設定します

text

リンクを定義するテキスト

breakAfter

BreakAfter プロパティ設定する必要がある場合true設定します

関連項目
WmlControlAdapter クラス
WmlControlAdapter メンバ
System.Web.UI.MobileControls.Adapters 名前空間
RenderBeginLink
RenderEndLink