XhtmlControlAdapter.RenderBeginLink 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
링크의 여는 태그를 렌더링합니다. 이 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
바로 가기 키로 사용할 문자입니다.
- cssClass
- String
CSS 스타일시트 클래스 이름입니다.
설명
이 메서드는 링크 유형을 자동으로 확인하고 적절한 태그를 렌더링합니다. 지정된 대상은 다른 URL 또는 같은 페이지의 양식을 참조할 수 있습니다. 이 아닌 null
경우 style
스타일이 링크에 적용됩니다. 가 빈 문자열("")이 아니고 style
이null
면 cssClass
링크가 클래스 특성으로 렌더링됩니다.
이 메서드는 주로 .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
바로 가기 키로 사용할 문자입니다.
- 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에서 내부적으로 사용됩니다.
추가 정보
적용 대상
.NET