UpWmlMobileTextWriter.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)

Protected Overrides Sub AnalyzePostBack (
	includeVariables As Boolean,
	postBackType As WmlPostFieldType
)

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.

.NET Framework
Available since 1.1
Return to top
Show: