XhtmlControlAdapter.RenderBeginLink 方法

定义

呈现链接的开始标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

重载

名称 说明
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String)

使用给定 XhtmlMobileTextWriter 样式和目标以及给定样式或给定级联样式表类名呈现链接的开始标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

使用给定 XhtmlMobileTextWriter 样式和目标呈现链接的开始标记,以及给定样式或给定级联样式表类名称、访问键和标题文本。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

RenderBeginLink(XhtmlMobileTextWriter, String)

使用给定 XhtmlMobileTextWriter 和目标呈现链接的开始标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

使用给定 XhtmlMobileTextWriter 样式和目标以及给定样式或给定级联样式表类名呈现链接的开始标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

级联样式表类名。

注解

此方法会自动检查链接的类型并呈现相应的标记。 指定的目标可以引用另一个 URL 或同一页上的窗体。 null如果没有style,则样式将应用于链接。 如果cssClass不是空字符串(“”),则stylenull链接使用类属性呈现。

此方法主要供 .NET Framework 在内部使用。

另请参阅

适用于

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

使用给定 XhtmlMobileTextWriter 样式和目标呈现链接的开始标记,以及给定样式或给定级联样式表类名称、访问键和标题文本。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

级联样式表类名。

title
String

链接属性的文本 title

注解

此方法主要供 .NET Framework 在内部使用。

另请参阅

适用于

RenderBeginLink(XhtmlMobileTextWriter, String)

使用给定 XhtmlMobileTextWriter 和目标呈现链接的开始标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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 在内部使用。

另请参阅

适用于