WmlMobileTextWriter.RenderEndPostBack 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.
Completes the rendering of a postback. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual void RenderEndPostBack(System::String ^ target, System::String ^ argument, System::Web::UI::MobileControls::Adapters::WmlPostFieldType postBackType, bool includeVariables, bool breakAfter);
public virtual void RenderEndPostBack (string target, string argument, System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType, bool includeVariables, bool breakAfter);
abstract member RenderEndPostBack : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType * bool * bool -> unit
override this.RenderEndPostBack : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType * bool * bool -> unit
Public Overridable Sub RenderEndPostBack (target As String, argument As String, postBackType As WmlPostFieldType, includeVariables As Boolean, breakAfter As Boolean)
Parameters
- target
- String
Contains the target URL of the postback.
- argument
- String
Contains the argument associated with the target URL.
- postBackType
- WmlPostFieldType
Specifies the type of postback. Must be a value from the WmlPostFieldType enumeration.
- includeVariables
- Boolean
Contains a Boolean value indicating whether postback variables should be calculated.
- breakAfter
- Boolean
Contains true
if a line break should follow the control. Contains false
otherwise.