WmlMobileTextWriter.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:
 virtual void AnalyzePostBack(bool includeVariables, System::Web::UI::MobileControls::Adapters::WmlPostFieldType postBackType);
protected virtual void AnalyzePostBack (bool includeVariables, System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType);
abstract member AnalyzePostBack : bool * System.Web.UI.MobileControls.Adapters.WmlPostFieldType -> unit
override this.AnalyzePostBack : bool * System.Web.UI.MobileControls.Adapters.WmlPostFieldType -> unit
Protected Overridable 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.

Remarks

Override or call this method when advanced extensibility is required while extending the WmlMobileTextWriter class.

Applies to

See also