共用方式為


ScriptManager.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定義

啟用 ScriptManager 控制項,以處理回傳事件並載入網頁的記錄狀態。

 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

索引鍵/值組字串,代表網頁的狀態。

實作

適用於