InterviewSolution
Saved Bookmarks
| 1. |
What is RouteConfig.cs in ASP.Net MVC 4? |
|
Answer» "RouteConfig.cs" holds the routing configuration for ASP.Net MVC. RouteConfig will be initialized on Application_Start event registered in Global.asax. |
|