Compartir a través de


WmlMobileTextWriter.AnalyzePostBack(Boolean, WmlPostFieldType) Método

Definición

Analiza un único postback. El escritor y las clases heredadas lo llaman internamente. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with 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)

Parámetros

includeVariables
Boolean

true para que se incluya en los campos post la información de todas las interfaces IPostBackDataHandler en el formulario; false para no incluir información IPostBackDataHandler.

Comentarios

Invalide o llame a este método cuando se requiera extensibilidad avanzada al extender la WmlMobileTextWriter clase .

Se aplica a

Consulte también