System.Web.HttpApplication.PostAuthorizeRequest Event

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

Syntax

public event EventHandler PostAuthorizeRequest

Remarks

The HttpApplication.PostAuthorizeRequest event signals that ASP.NET has authorized the current request. Subscribing to the HttpApplication.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 Consuming Events.

Requirements

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