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.EndRequest Event

 

Occurs as the last event in the HTTP pipeline chain of execution when ASP.NET responds to a request.

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

Public Event EndRequest As EventHandler

The EndRequest event is always raised when the CompleteRequest method is called.

For more information about how to handle events, see NIB: Consuming Events.

.NET Framework
Available since 1.1
Return to top
Show: