1
Reply

How route table is created in ASP.NET MVC?

Samir Bhogayta

Samir Bhogayta

Jun 29, 2016
401
0

    When an MVC application first starts, the Application_Start() method is called. This method, in turn, calls the RegisterRoutes() method. The RegisterRoutes() method creates the route table.

    Samir Bhogayta
    June 29, 2016
    0