How is a route table created in ASP.NET MVC?

Started by beingchinmay, 03-25-2017, 03:24:17

Previous topic - Next topic

beingchinmayTopic starter

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