UpWmlMobileTextWriter.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:
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.
- postBackType
- WmlPostFieldType
The WmlPostFieldType.