--- title: Adding a view | Microsoft Docs author: rick-anderson description: Adding a view to a simple ASP.NET Core MVC app keywords: ASP.NET Core, ms.author: riande manager: wpickett ms.date: 03/04/2017 ms.topic: article ms.assetid: 6942432b-bac0-41e6-9ad7-cad313abf4db ms.technology: aspnet ms.prod: asp.net-core uid: tutorials/first-mvc-app/adding-view --- [!INCLUDE[adding-view](../../includes/mvc-intro/adding_view1.md)] * Right click on the *Views* folder, and then **Add > New Folder** and name the folder *HelloWorld*. * Right click on the *Views/HelloWorld* folder, and then **Add > New Item**. * In the **Add New Item - MvcMovie** dialog * In the search box in the upper-right, enter *view* * Tap **MVC View Page** * In the **Name** box, change the name if necessary to *Index.cshtml*. * Tap **Add** ![Add New Item dialog](adding-view/_static/add_view.png) [!INCLUDE[adding-view22](../../includes/mvc-intro/adding_view2.md)] >[!div class="step-by-step"] [Previous](adding-controller.md) [Next](adding-model.md)