InterviewSolution
Saved Bookmarks
| 1. |
What is ViewStart Page in ASP.Net MVC? |
|
Answer» This page is used to make sure common layout page will be used for multiple views. Code written in this file will be executed first when application is being loaded. |
|