Partager via


WmlMobileTextWriter.RenderEndPostBack Méthode

Définition

Termine le rendu d'une publication (postback). Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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)

Paramètres

target
String

Contient l'URL cible de la publication (postback).

argument
String

Contient l'argument associé à l'URL cible.

postBackType
WmlPostFieldType

Spécifie le type de publication. Doit être une valeur issue de l'énumération WmlPostFieldType.

includeVariables
Boolean

Contient une valeur booléenne indiquant si les variables de publication (postback) doivent être calculées.

breakAfter
Boolean

Contient true si un saut de ligne doit suivre le contrôle. Sinon, contient false.

S’applique à