ScriptManager.IPostBackEventHandler.RaisePostBackEvent(String) Método

Definición

Habilita el control ScriptManager para procesar un evento de postback y cargar el estado del historial de la página web.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

Parámetros

eventArgument
String

Cadena de pares clave-valor que representan el estado del historial de la página web.

Implementaciones

Se aplica a