WmlMobileTextWriter.AnalyzePostBack Method (Boolean, WmlPostFieldType)

 

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 the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

abstract AnalyzePostBack : 
        includeVariables:bool *
        postBackType:WmlPostFieldType -> unit
override AnalyzePostBack : 
        includeVariables:bool *
        postBackType:WmlPostFieldType -> unit

Parameters

includeVariables
Type: System.Boolean

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

postBackType
Type: System.Web.UI.MobileControls.Adapters.WmlPostFieldType

The WmlPostFieldType.

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

.NET Framework
Available since 1.1
Return to top
Show: