다음을 통해 공유


XhtmlControlAdapter.RenderBeginLink 메서드

정의

링크의 여는 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

오버로드

RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String)

지정된 XhtmlMobileTextWriter 및 대상과 함께 지정된 스타일 또는 CSS(스타일 시트) 클래스 이름을 사용하여 링크의 여는 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String, String)

지정된 XhtmlMobileTextWriter 및 대상과 함께 지정된 스타일 또는 CSS(스타일 시트) 클래스 이름, 선택키 및 제목 텍스트를 사용하여 링크의 여는 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

RenderBeginLink(XhtmlMobileTextWriter, String)

지정된 XhtmlMobileTextWriter 및 대상을 사용하여 링크의 여는 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String)

지정된 XhtmlMobileTextWriter 및 대상과 함께 지정된 스타일 또는 CSS(스타일 시트) 클래스 이름을 사용하여 링크의 여는 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 virtual void RenderBeginLink(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ target, System::String ^ accessKey, System::Web::UI::MobileControls::Style ^ style, System::String ^ cssClass);
protected virtual void RenderBeginLink (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string target, string accessKey, System.Web.UI.MobileControls.Style style, string cssClass);
abstract member RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * System.Web.UI.MobileControls.Style * string -> unit
override this.RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * System.Web.UI.MobileControls.Style * string -> unit
Protected Overridable Sub RenderBeginLink (writer As XhtmlMobileTextWriter, target As String, accessKey As String, style As Style, cssClass As String)

매개 변수

writer
XhtmlMobileTextWriter

클라이언트의 브라우저에서 서버 컨트롤 콘텐츠를 렌더링하는 데 사용되는 XhtmlMobileTextWriter 개체입니다.

target
String

대상 폼 또는 URL입니다.

accessKey
String

바로 가기 키로 사용할 문자입니다.

style
Style

Style 개체입니다.

cssClass
String

CSS 스타일시트 클래스 이름입니다.

설명

이 메서드는 링크 유형을 자동으로 확인하고 적절한 태그를 렌더링합니다. 지정된 대상은 다른 URL 또는 같은 페이지의 양식을 참조할 수 있습니다. 이 아닌 null경우 style 스타일이 링크에 적용됩니다. 가 빈 문자열("")이 아니고 style 가 이nullcssClass 링크가 클래스 특성으로 렌더링됩니다.

이 메서드는 주로 .NET Framework 내부적으로 사용됩니다.

추가 정보

적용 대상

RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String, String)

지정된 XhtmlMobileTextWriter 및 대상과 함께 지정된 스타일 또는 CSS(스타일 시트) 클래스 이름, 선택키 및 제목 텍스트를 사용하여 링크의 여는 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 virtual void RenderBeginLink(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ target, System::String ^ accessKey, System::Web::UI::MobileControls::Style ^ style, System::String ^ cssClass, System::String ^ title);
protected virtual void RenderBeginLink (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string target, string accessKey, System.Web.UI.MobileControls.Style style, string cssClass, string title);
abstract member RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * System.Web.UI.MobileControls.Style * string * string -> unit
override this.RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * System.Web.UI.MobileControls.Style * string * string -> unit
Protected Overridable Sub RenderBeginLink (writer As XhtmlMobileTextWriter, target As String, accessKey As String, style As Style, cssClass As String, title As String)

매개 변수

writer
XhtmlMobileTextWriter

클라이언트의 브라우저에서 서버 컨트롤 콘텐츠를 렌더링하는 데 사용되는 XhtmlMobileTextWriter 개체입니다.

target
String

대상 폼 또는 URL입니다.

accessKey
String

바로 가기 키로 사용할 문자입니다.

style
Style

Style 개체입니다.

cssClass
String

CSS 스타일시트 클래스 이름입니다.

title
String

링크의 title 특성 텍스트입니다.

설명

이 메서드는 주로 .NET Framework 내부적으로 사용됩니다.

추가 정보

적용 대상

RenderBeginLink(XhtmlMobileTextWriter, String)

지정된 XhtmlMobileTextWriter 및 대상을 사용하여 링크의 여는 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 virtual void RenderBeginLink(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ target);
protected virtual void RenderBeginLink (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string target);
abstract member RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string -> unit
override this.RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string -> unit
Protected Overridable Sub RenderBeginLink (writer As XhtmlMobileTextWriter, target As String)

매개 변수

writer
XhtmlMobileTextWriter

클라이언트의 브라우저에서 서버 컨트롤 콘텐츠를 렌더링하는 데 사용되는 XhtmlMobileTextWriter 개체입니다.

target
String

대상 폼의 이름 또는 URL입니다.

설명

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

이 메서드는 주로 .NET Framework 내부적으로 사용됩니다.

추가 정보

적용 대상