SessionAuthenticationModule.OnPostAuthenticateRequest 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
負責 ASP.NET PostAuthenticateRequest 流程中的事件。
protected:
virtual void OnPostAuthenticateRequest(System::Object ^ sender, EventArgs ^ e);
protected virtual void OnPostAuthenticateRequest(object sender, EventArgs e);
abstract member OnPostAuthenticateRequest : obj * EventArgs -> unit
override this.OnPostAuthenticateRequest : obj * EventArgs -> unit
Protected Overridable Sub OnPostAuthenticateRequest (sender As Object, e As EventArgs)
參數
- sender
- Object
事件的來源。 這將成為一個 HttpApplication 物件。
活動的數據。
備註
預設實作是空的。
OnPostAuthenticateRequest處理程序會被加入方法中事件的HttpApplication.PostAuthenticateRequestInitializeModule處理程序中。