Information
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

 

Occurs when the user for the current request has been authorized.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public event EventHandler PostAuthorizeRequest

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
Return to top
Show: