Answer Posted / Daya Shankar Kumar
In ASP.NET MVC, an HTTP handler (often called a route handler or controller) is responsible for processing incoming requests and generating responses. It is a class that inherits from ControllerBase or System.Web.Mvc.Controller and implements actions to handle specific URL routes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers