HtmlControlAdapter.RenderPostBackEventAsAnchor Method (HtmlMobileTextWriter, String, String)
.NET Framework (current version)
Renders a postback event as an anchor, with the text specified by the linkText parameter as a label. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
protected void RenderPostBackEventAsAnchor( HtmlMobileTextWriter writer, string argument, string linkText )
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
The text writer.
- argument
-
Type:
System.String
The rendering parameter.
- linkText
-
Type:
System.String
The text specified for the label.
.NET Framework
Available since 1.1
Available since 1.1
Show: