Pavan Satpute
Which handler is Used in MVC architecture to Process the Incoming Request?
By Pavan Satpute in ASP.NET MVC on Dec 09 2013
  • sanjeeva reddy alavala
    Jan, 2018 25

    IRequestHandler

    • 0
  • Sachin Kalia
    Apr, 2014 16

    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

    • 0
  • Pavan Satpute
    Dec, 2013 9

    In MVC the Base Namespace Contains.

    MVCHandler
    T process the request.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS