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

beingchinmay

New member
Joined
Jan 15, 2016
Messages
6
Points
1
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.
 

JohnnyK

Member
Registered
Joined
Mar 15, 2017
Messages
59
Points
0
The ASP.NET Routing table is responsible for mapping incoming browser requests to particular MVC controller actions.
 
Older Threads
Newer Threads
Similar Threads
Replies
2
Views
1,527
Replies
11
Views
5,020
Replies
1
Views
2,832

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top