HttpApplication.PreRequestHandlerExecute Event

Definition

Occurs just before ASP.NET starts executing an event handler (for example, a page or an XML Web service).

public:
 event EventHandler ^ PreRequestHandlerExecute;
public event EventHandler PreRequestHandlerExecute;
member this.PreRequestHandlerExecute : EventHandler 
Public Custom Event PreRequestHandlerExecute As EventHandler 

Event Type

Remarks

For more information about how to handle events, see Handling and Raising Events.

Applies to

See also