HttpApplication.PostMapRequestHandler Event

Definition

Occurs when ASP.NET has mapped the current request to the appropriate event handler.

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

Event Type

Remarks

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

Applies to

See also