InterviewSolution
Saved Bookmarks
| 1. |
How route table has been created in ASP.NET ASP.Net MVC? |
|
Answer» Method : "RegisterRoutes()" is used for registering the routes which will be added in "Application_Start()" method of global.asax file, which is fired when the application is loaded or started. |
|