Question d’entretien chez CitiusTech

HTTPHandlers

Réponse à la question d'entretien

Utilisateur anonyme

7 mai 2015

HTTP handler is the process (frequently referred to as the "endpoint") that runs in response to a request made to an ASP.NET Web application. The most common handler is an ASP.NET page handler that processes .aspx files. When users request an .aspx file, the request is processed by the page via the page handler.

1