InterviewSolution
Saved Bookmarks
| 1. |
What Is Routeconfig.cs In Mvc 4? |
|
Answer» "RouteConfig.cs" holds the routing CONFIGURATION for MVC. RouteConfig will be initialized on Application_Start EVENT registered in Global.asax. "RouteConfig.cs" holds the routing configuration for MVC. RouteConfig will be initialized on Application_Start event registered in Global.asax. |
|