RenderEndPostBack Method (Common)

Completes the rendering of a postback.

public virtual void RenderEndPostBack(
   System.String target,
   System.String argument,
   System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType,
   System.Boolean includeVariables,
   System.Boolean breakAfter
)

Parameters

  • target
    Contains the target Url of the postback.
  • argument
    Contains the argument associated with the target Url.
  • postBackType
    Specifies the type of postback. Must be a value from the WmlPostFieldType enumeration.
  • includeVariables
    Contains a Boolean value indicating whether postback variables should be calculated.
  • breakAfter
    Contains true if a line break should follow the control. Contains false otherwise.

See Also

Applies to: WmlMobileTextWriter Class | UpWmlMobileTextWriter Class