ScriptManager.RaisePostBackEvent(String) Méthode

Définition

Traite un événement de publication (postback) déclenché par le contrôle ScriptManager et charge l'état de l'historique de la page web.

protected:
 virtual void RaisePostBackEvent(System::String ^ eventArgument);
protected virtual void RaisePostBackEvent (string eventArgument);
abstract member RaisePostBackEvent : string -> unit
override this.RaisePostBackEvent : string -> unit
Protected Overridable Sub RaisePostBackEvent (eventArgument As String)

Paramètres

eventArgument
String

Chaîne de paires clé/valeur qui représentent l’état de l’historique de la page web.

S’applique à