WmlControlAdapter.RenderBeginLink 메서드

정의

링크의 여는 태그를 렌더링합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 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

true 소프트 키 레이블이 어댑터 자체(기본 레이블 또는 어댑터에 지정된 다른 항목(예: 애플리케이션 작성자가 명시적으로 지정한 소프트키 레이블이 아닌 "호출"PhoneCall)에서 가져온 경우로 설정합니다.

mapToSoftkey
Boolean

소프트 키 레이블이 링크에 사용되는지 여부를 결정합니다. 이 경우 true텍스트가 softkeyLabel 사용됩니다.

설명

이 메서드는 링크 유형을 자동으로 확인하고 적절한 태그 언어를 렌더링합니다. 지정한 대상은 다른 URL 또는 같은 페이지의 폼을 참조할 수 있습니다.

적용 대상

추가 정보