Updated: November 2007
Occurs when the handler is selected to respond to the request.
Public Event MapRequestHandler As EventHandler
Dim instance As HttpApplication Dim handler As EventHandler AddHandler instance.MapRequestHandler, handler
public event EventHandler MapRequestHandler
public: event EventHandler^ MapRequestHandler { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_MapRequestHandler (EventHandler value) /** @event */ public void remove_MapRequestHandler (EventHandler value)
JScript does not support events.
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 Consuming Events.
MapRequestHandler is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.