Edit

Share via


HttpApplication.PostMapRequestHandler Event

Definition

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

public event EventHandler PostMapRequestHandler;

Event Type

Remarks

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

Applies to

See also