WmlMobileTextWriter.AnalyzePostBack(Boolean, WmlPostFieldType) 方法

定义

分析单个回发。 由编写器和继承的类在内部调用。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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)

参数

includeVariables
Boolean

true 如果包含在帖子字段中,窗体中所有 IPostBackDataHandler 接口的信息, false 则为不包含 IPostBackDataHandler 任何信息。

注解

在扩展 WmlMobileTextWriter 类时需要高级扩展性时重写或调用此方法。

适用于

另请参阅