WmlControlAdapter.RenderLink メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
名前空間: System.Web.UI.MobileControls.Adapters
アセンブリ: System.Web.Mobile (system.web.mobile.dll 内)
構文
Protected Sub RenderLink ( _ writer As WmlMobileTextWriter, _ targetUrl As String, _ softkeyLabel As String, _ implicitSoftkeyLabel As Boolean, _ mapToSoftkey As Boolean, _ text As String, _ breakAfter As Boolean _ )
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)
protected void RenderLink ( WmlMobileTextWriter writer, string targetUrl, string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey, string text, bool breakAfter )
protected: void RenderLink ( WmlMobileTextWriter^ writer, String^ targetUrl, String^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey, String^ text, bool breakAfter )
protected void RenderLink ( WmlMobileTextWriter writer, String targetUrl, String softkeyLabel, boolean implicitSoftkeyLabel, boolean mapToSoftkey, String text, boolean breakAfter )
protected function RenderLink ( writer : WmlMobileTextWriter, targetUrl : String, softkeyLabel : String, implicitSoftkeyLabel : boolean, mapToSoftkey : boolean, text : String, breakAfter : boolean )
targetUrl
softkeyLabel
implicitSoftkeyLabel
ソフトキー ラベルがアプリケーション作成者によって明示的に指定されたものでなく、デバイス アダプタ自体に由来するもの (既定のラベルや、PhoneCall コントロールを指す "Call" のようにアダプタ側で指定されているラベルなど) である場合は、**true**。
mapToSoftkey
デバイス上のソフトキーにマップする場合は、**true** に設定します。
breakAfter
BreakAfter プロパティを設定する必要がある場合は true に設定します。
関連項目
WmlControlAdapter クラス
WmlControlAdapter メンバ
System.Web.UI.MobileControls.Adapters 名前空間
RenderBeginLink
RenderEndLink