HtmlPageAdapter.RenderUrlPostBackEvent Method (HtmlMobileTextWriter, String, String)
.NET Framework (current version)
Renders a reference to a postback event, as a URL. 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)
abstract RenderUrlPostBackEvent : writer:HtmlMobileTextWriter * target:string * argument:string -> unit override RenderUrlPostBackEvent : writer:HtmlMobileTextWriter * target:string * argument:string -> unit
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
The text writer
- target
-
Type:
System.String
The URL reference
- argument
-
Type:
System.String
Any hidden variables
Postbacks rendered as a URL do not submit dynamic form data, such as text-box contents, on postback. To submit such data on postback on devices that do not support script, use an HTML submit button instead.
.NET Framework
Available since 1.1
Available since 1.1
Show: