HttpApplication.MapRequestHandler Event

Definition

Occurs when the handler is selected to respond to the request.

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

Event Type

Remarks

The MapRequestHandler event is used by the ASP.NET infrastructure to determine the request handler for the current request. For more information, see How to: Register HTTP Handlers.

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

MapRequestHandler is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

See also