The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication.PostAuthorizeRequest Event
.NET Framework (current version)
Occurs when the user for the current request has been authorized.
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 before processing the attached module or event handler.
For more information about how to handle events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: