UpWmlMobileTextWriter.RenderBeginHyperlink 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
하이퍼링크 요소 렌더링을 시작합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.
public:
override void RenderBeginHyperlink(System::String ^ targetUrl, bool encodeUrl, System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
public override void RenderBeginHyperlink (string targetUrl, bool encodeUrl, string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
override this.RenderBeginHyperlink : string * bool * string * bool * bool -> unit
Public Overrides Sub RenderBeginHyperlink (targetUrl As String, encodeUrl As Boolean, softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean)
매개 변수
- targetUrl
- String
대상 URL입니다.
- encodeUrl
- Boolean
URL이 인코딩된 경우 true
로 설정됩니다.
- softkeyLabel
- String
mapToSoftkey
매개 변수가 true
로 설정된 경우 링크에 사용할 소프트 키 텍스트입니다.
- implicitSoftkeyLabel
- Boolean
소프트 키 레이블이 애플리케이션 작성자가 명시적으로 지정한 소프트 키 레이블이 아니라 어댑터 자체(기본 레이블 또는 PhoneCall 컨트롤에 대한 "Call"과 같이 어댑터에 지정된 다른 레이블)에 기반한 경우 true
로 설정됩니다.
- mapToSoftkey
- Boolean
디바이스의 소프트 키로 매핑하는 경우 true
로 설정됩니다.
예외
설명
이 호출 다음에는 텍스트를 렌더링하는 호출 또는 하이퍼링크 콘텐츠를 렌더링하는 RenderImage 메서드를 호출한 다음 메서드를 호출할 RenderEndHyperlink 수 있습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET