WmlControlAdapter.RenderBeginLink 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
링크의 여는 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.
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에 대한 "Call"과 같이 어댑터에 지정된 다른 레이블)에 기반한 경우 true
로 설정됩니다.
- mapToSoftkey
- Boolean
링크에 소프트 키 레이블이 사용되는지 여부를 확인합니다.
true
이면 softkeyLabel
텍스트가 사용됩니다.
설명
이 메서드는 링크 유형을 자동으로 확인하고 적절한 태그 언어를 렌더링합니다. 지정된 대상은 다른 URL 또는 같은 페이지의 양식을 참조할 수 있습니다.
적용 대상
추가 정보
.NET