ScriptManager.OnInit(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 Init 事件,並確保頁面上只有一個 ScriptManager 控制項。
protected public:
override void OnInit(EventArgs ^ e);
protected internal override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Friend Overrides Sub OnInit (e As EventArgs)
參數
事件資料。
例外狀況
網頁上存在多個 ScriptManager 執行個體。
給繼承者的注意事項
覆寫此方法時,請呼叫基底 OnInit(EventArgs) 方法,以便正確處理部分頁面轉譯的腳本檔案。