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
Recommended Threads
Replies
7
Views
2,629
Replies
1
Views
2,064
Replies
4
Views
2,174
Replies
0
Views
3,042
Similar Threads
Replies
2
Views
1,542
Replies
11
Views
5,073
Replies
1
Views
2,853

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