0
What is HTTP Handler
What is HTTP Handler

HTTP handlers are utilized by the ASP.NET web application server to deal with explicit solicitations dependent on augmentations. HTTPHandlers run as procedures in light of a solicitation made to the ASP.NET site. It is a class that actualizes the System.Web.IHttpHandler interface. Any class that actualizes the IHttpHandler interface can proceed as an objective for the approaching HTTP requests.