HttpApplication.MapRequestHandler Evento

Definição

Ocorre quando o manipulador é selecionado para responder à solicitação.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 

Tipo de evento

EventHandler

Comentários

O MapRequestHandler evento é usado pela infraestrutura ASP.net para determinar o manipulador de solicitação para a solicitação atual.The MapRequestHandler event is used by the ASP.NET infrastructure to determine the request handler for the current request. Para obter mais informações, consulte como: registrar manipuladores HTTP.For more information, see How to: Register HTTP Handlers.

Para obter mais informações sobre como lidar com eventos, consulte manipulando e gerando eventos.For more information about how to handle events, see Handling and Raising Events.

MapRequestHandler é introduzido na versão .NET Framework 3,5.MapRequestHandler is introduced in the .NET Framework version 3.5. Para saber mais, confira Versões e dependências.For more information, see Versions and Dependencies.

Aplica-se a

Confira também