HtmlControlAdapter.RenderPostBackEventAsAnchor(HtmlMobileTextWriter, String, String) 方法

定义

将回发事件作为定位点呈现,使用由 linkText 参数指定的文本作为标签。Renders a postback event as an anchor, with the text specified by the linkText parameter as a label. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 void RenderPostBackEventAsAnchor(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ argument, System::String ^ linkText);
protected void RenderPostBackEventAsAnchor (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string argument, string linkText);
member this.RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
Protected Sub RenderPostBackEventAsAnchor (writer As HtmlMobileTextWriter, argument As String, linkText As String)

参数

writer
HtmlMobileTextWriter

文本编写器。The text writer.

argument
String

呈现参数。The rendering parameter.

linkText
String

为标签指定的文本。The text specified for the label.

适用于