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
1,003
Replies
8
Views
1,823
fwh
Replies
5
Views
4,610
Replies
8
Views
4,236
Similar Threads
Replies
2
Views
1,526
Replies
11
Views
5,018
Replies
1
Views
2,831

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