Which handler is Used in MVC architecture to Process the Incoming Request?
Pavan Satpute
IRequestHandler
When a matching pattern found in the Route Table, the Routing engine forwards the request to the corresponding IRouteHandler for that request. The default one calls the MvcHandler
In MVC the Base Namespace Contains.