ScriptManager.RaisePostBackEvent(String) 方法

定义

处理由 ScriptManager 控件引发的回发事件,并加载网页的历史记录状态。

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)

参数

eventArgument
String

表示网页历史记录状态的键/值对的字符串。

适用于