HtmlPageAdapter.RenderPostBackEvent Method (HtmlMobileTextWriter, String, String)
.NET Framework (current version)
Renders a reference to a postback event appropriately for the target device. 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)
Public Overridable Sub RenderPostBackEvent ( writer As HtmlMobileTextWriter, target As String, argument As String )
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
The specified text writer.
- target
-
Type:
System.String
The target device.
- argument
-
Type:
System.String
Optional event argument to pass.
On script-capable devices, the event is rendered as a call to a script function. On other devices, the event is rendered as a URL.
.NET Framework
Available since 1.1
Available since 1.1
Show: