XhtmlControlAdapter.RenderPostBackEventAsAnchor 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将回发事件呈现为页面上的链接。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
重载
| 名称 | 说明 |
|---|---|
| RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String) |
将回发事件呈现为具有指定参数和文本的链接。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String) |
将回发事件呈现为具有指定参数、文本和访问键的链接。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String, Style, String) |
将回发事件呈现为具有指定参数、文本和访问键的链接,以及指定的样式或指定的级联样式表类名。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String)
将回发事件呈现为具有指定参数和文本的链接。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
protected:
virtual void RenderPostBackEventAsAnchor(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ argument, System::String ^ linkText);
protected virtual void RenderPostBackEventAsAnchor(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string argument, string linkText);
abstract member RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string -> unit
override this.RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string -> unit
Protected Overridable Sub RenderPostBackEventAsAnchor (writer As XhtmlMobileTextWriter, argument As String, linkText As String)
参数
- writer
- XhtmlMobileTextWriter
XhtmlMobileTextWriter用于在客户端的浏览器中呈现服务器控件内容的对象。
- argument
- String
包含要提供给事件的自变量的字符串。
- linkText
- String
包含要显示在链接中的文本的字符串。
注解
此方法主要由 .NET Framework 在内部使用。
另请参阅
适用于
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String)
将回发事件呈现为具有指定参数、文本和访问键的链接。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
protected:
virtual void RenderPostBackEventAsAnchor(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ argument, System::String ^ linkText, System::String ^ accessKey);
protected virtual void RenderPostBackEventAsAnchor(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string argument, string linkText, string accessKey);
abstract member RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * string -> unit
override this.RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * string -> unit
Protected Overridable Sub RenderPostBackEventAsAnchor (writer As XhtmlMobileTextWriter, argument As String, linkText As String, accessKey As String)
参数
- writer
- XhtmlMobileTextWriter
XhtmlMobileTextWriter用于在客户端的浏览器中呈现服务器控件内容的对象。
- argument
- String
要传递给事件的参数。
- linkText
- String
要显示在链接中的文本。
- accessKey
- String
要用作快捷键的字符。
注解
此方法主要供 .NET Framework 在内部使用。
另请参阅
适用于
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String, Style, String)
将回发事件呈现为具有指定参数、文本和访问键的链接,以及指定的样式或指定的级联样式表类名。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
protected:
virtual void RenderPostBackEventAsAnchor(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ argument, System::String ^ linkText, System::String ^ accessKey, System::Web::UI::MobileControls::Style ^ style, System::String ^ cssClass);
protected virtual void RenderPostBackEventAsAnchor(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string argument, string linkText, string accessKey, System.Web.UI.MobileControls.Style style, string cssClass);
abstract member RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * string * System.Web.UI.MobileControls.Style * string -> unit
override this.RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * string * System.Web.UI.MobileControls.Style * string -> unit
Protected Overridable Sub RenderPostBackEventAsAnchor (writer As XhtmlMobileTextWriter, argument As String, linkText As String, accessKey As String, style As Style, cssClass As String)
参数
- writer
- XhtmlMobileTextWriter
XhtmlMobileTextWriter用于在客户端的浏览器中呈现服务器控件内容的对象。
- argument
- String
要传递给事件的参数。
- linkText
- String
要显示在链接中的文本。
- accessKey
- String
要用作快捷键的字符。
- cssClass
- String
当前级联样式表中类的名称。
注解
此方法主要供 .NET Framework 在内部使用。