InterviewSolution
Saved Bookmarks
| 1. |
How Route Table Has Been Created In 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. 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. |
|