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将添加到方法中HttpApplication.PostAuthenticateRequest事件的处理程序InitializeModule中。