SessionAuthenticationModule.OnPostAuthenticateRequest 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
PostAuthenticateRequest處理來自 ASP.NET 管線的事件。
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會新增至 方法中InitializeModule事件的處理程式HttpApplication.PostAuthenticateRequest。