In MVc Razor View Engine introduced a new layout named _ViewStart which is applied on all view automatically, it is use to remove redundancy When we run the application the code _ViewStart executes first and then start rendering the other view and merges them.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
In MVc Razor View Engine introduced a new layout named _ViewStart which is applied on all view automatically, it is use to remove redundancy When we run the application the code _ViewStart executes first and then start rendering the other view and merges them.