XhtmlControlAdapter.RenderBeginLink 方法

定义

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

重载

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

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

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

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

RenderBeginLink(XhtmlMobileTextWriter, String)

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

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

使用给定 XhtmlMobileTextWriter 和目标以及给定样式或给定级联样式表类名称来呈现链接的开始标记。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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 或同一页上的窗体。 如果 style 不是 null,则样式将应用于链接。 如果 cssClass 不是空字符串 (“”) 且 stylenull,则使用 类属性呈现链接。

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

另请参阅

适用于

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

使用给定 XhtmlMobileTextWriter 和目标,并使用给定样式或给定级联样式表类名称、访问键和标题文本来呈现链接的开始标记。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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 移动应用程序的信息,请参阅 移动应用 & 具有 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使用。

另请参阅

适用于