HttpApplication.MapRequestHandler Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.