System.Web.HttpApplication.MapRequestHandler Event

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

Syntax

public event EventHandler MapRequestHandler

Remarks

The HttpApplication.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.

HttpApplication.MapRequestHandler is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0