ScriptManager.IPostBackEventHandler.RaisePostBackEvent(String) 方法
定义
启用 ScriptManager 控件以处理回发事件,并加载网页的历史记录状态。Enables the ScriptManager control to process a postback event and load the history state of the Web page.
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
参数
- eventArgument
- String
表示网页历史记录状态的键/值对的字符串。A string of key/value pairs that represent the history state of the Web page.