Udostępnij za pośrednictwem


UpWmlMobileTextWriter.AnalyzePostBack(Boolean, WmlPostFieldType) Metoda

Definicja

Analizuje pojedyncze ogłaszanie zwrotne. Wywoływane wewnętrznie przez składnik zapisywania i dziedziczone klasy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)

Parametry

includeVariables
Boolean

true do uwzględnienia w polach wpisu informacje o wszystkich IPostBackDataHandler interfejsach w formularzu; false aby nie IPostBackDataHandler zawierać żadnych informacji.

postBackType
WmlPostFieldType

Element WmlPostFieldType.

Dotyczy

Zobacz też