WmlMobileTextWriter.RenderEndPostBack Método

Definición

Completa la representación de un postback. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con ASP.NET.

public:
 virtual void RenderEndPostBack(System::String ^ target, System::String ^ argument, System::Web::UI::MobileControls::Adapters::WmlPostFieldType postBackType, bool includeVariables, bool breakAfter);
public virtual void RenderEndPostBack(string target, string argument, System.Web.UI.MobileControls.Adapters.WmlPostFieldType postBackType, bool includeVariables, bool breakAfter);
abstract member RenderEndPostBack : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType * bool * bool -> unit
override this.RenderEndPostBack : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType * bool * bool -> unit
Public Overridable Sub RenderEndPostBack (target As String, argument As String, postBackType As WmlPostFieldType, includeVariables As Boolean, breakAfter As Boolean)

Parámetros

target
String

Contiene la dirección URL de destino del postback.

argument
String

Contiene el argumento asociado a la dirección URL de destino.

postBackType
WmlPostFieldType

Especifica el tipo de postback. Debe ser un valor de la WmlPostFieldType enumeración .

includeVariables
Boolean

Contiene un valor booleano que indica si se deben calcular variables de postback.

breakAfter
Boolean

Contiene true si un salto de línea debe seguir el control . Contiene false de lo contrario.

Se aplica a