UpWmlMobileTextWriter.RenderEndPostBack Method

Definition

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:
 override void RenderEndPostBack(System::String ^ target, System::String ^ argument, System::Web::UI::MobileControls::Adapters::WmlPostFieldType postBackType, bool includeVariables, bool breakAfter);
public override void RenderEndPostBack (string target, string argument, System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType, bool includeVariables, bool breakAfter);
override this.RenderEndPostBack : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType * bool * bool -> unit
Public Overrides 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.

Exceptions

the writer has not begun writing a postback.

Applies to

See also