WmlControlAdapter.RenderLink 메서드

정의

지정된 텍스트가 포함된 전체 링크를 렌더링합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

protected:
 void RenderLink(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter ^ writer, System::String ^ targetUrl, System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey, System::String ^ text, bool breakAfter);
protected void RenderLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter writer, string targetUrl, string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey, string text, bool breakAfter);
member this.RenderLink : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter * string * string * bool * bool * string * bool -> unit
Protected Sub RenderLink (writer As WmlMobileTextWriter, targetUrl As String, softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean, text As String, breakAfter As Boolean)

매개 변수

writer
WmlMobileTextWriter

지정한 텍스트 기록기입니다.

targetUrl
String

URL 대상입니다.

softkeyLabel
String

링크에 사용할 소프트 키 텍스트입니다.

implicitSoftkeyLabel
Boolean

디바이스의 true 소프트 키에 매핑하는 경우로 설정합니다.

mapToSoftkey
Boolean

true 소프트 키 레이블이 애플리케이션 작성자가 명시적으로 지정한 소프트 키 레이블이 아닌 디바이스 어댑터 자체(기본 레이블 또는 PhoneCall 컨트롤에 대한 "통화"와 같이 지정된 어댑터의 다른 레이블)에서 오는 경우로 설정합니다.

text
String

링크를 정의하는 텍스트입니다.

breakAfter
Boolean

true 속성을 설정해야 하는 경우 BreakAfter 로 설정합니다.

설명

매개 변수가 mapToSoftKey 설정된 true경우 매개 변수의 softkeyLabel 텍스트가 표시됩니다.

적용 대상

추가 정보