WmlMobileTextWriter.AnalyzePostBack(Boolean, WmlPostFieldType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- postBackType
- WmlPostFieldType
The WmlPostFieldType.
Remarks
Override or call this method when advanced extensibility is required while extending the WmlMobileTextWriter class.