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.

C#
public override void RenderEndPostBack(string target, string argument, System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType, bool includeVariables, bool breakAfter);

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

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also