UpWmlMobileTextWriter.AnalyzePostBack(Boolean, WmlPostFieldType) Method

Definition

Analyzes a single postback. Called internally by the writer and inherited classes. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 override void AnalyzePostBack(bool includeVariables, System::Web::UI::MobileControls::Adapters::WmlPostFieldType postBackType);
protected override void AnalyzePostBack (bool includeVariables, System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType);
override this.AnalyzePostBack : bool * System.Web.UI.MobileControls.Adapters.WmlPostFieldType -> unit
Protected Overrides Sub AnalyzePostBack (includeVariables As Boolean, postBackType As WmlPostFieldType)

Parameters

includeVariables
Boolean

true to include in the post fields the information for all IPostBackDataHandler interfaces in the form; false to include no IPostBackDataHandler information.

Applies to

See also