---
title: "What is ViewStart?"  
description: "What is ViewStart?"  
author: "Manish Kumar"  
published: 2017-11-12  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/23308/what-is-viewstart  
category: "c#"  
tags: ["asp.net", "asp.net mvc"]  
reading_time: 1 minute  

---

# What is ViewStart?

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.

## Answers

### Answer by Manish Kumar

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.


---

Original Source: https://www.mindstick.com/interview/23308/what-is-viewstart

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
