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

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

适用于