HtmlPageAdapter.RenderUrlPostBackEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Mobile Apps & Sites with ASP.NET.
public:
virtual void RenderUrlPostBackEvent(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::String ^ target, System::String ^ argument);
public virtual void RenderUrlPostBackEvent (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, string target, string argument);
abstract member RenderUrlPostBackEvent : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
override this.RenderUrlPostBackEvent : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * string * string -> unit
Public Overridable Sub RenderUrlPostBackEvent (writer As HtmlMobileTextWriter, target As String, argument As String)
Parameters
- writer
- HtmlMobileTextWriter
The text writer.
- target
- String
The URL reference.
- argument
- String
Any hidden variables.
Remarks
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.