HttpApplication.PostAuthorizeRequest Event
.NET Framework 3.0
Occurs when the user for the current request has been authorized.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The PostAuthorizeRequest event signals that ASP.NET has authorized the current request. Subscribing to the PostAuthorizeRequest event ensures authentication and authorization of the request prior to processing the attached module or event handler.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: