Sollicitatievraag bij CitiusTech

HTTPHandlers

Antwoord op sollicitatievraag

Anoniem

7 mei 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