0 votes
in Dot Net by
What is HTTPhandler?

1 Answer

0 votes
by
HttpHandler is a low level request and response API which is made to service incoming Http request. Every incoming Http request recieved by ASP.NET is ultimately processed by a instance of a class that implements HttpHandler.
...