--- title: Add a view to an ASP.NET Core app author: rick-anderson description: Adding a view to a simple ASP.NET Core MVC app ms.author: riande ms.date: 03/30/2017 uid: tutorials/first-mvc-app-xplat/adding-view --- [!INCLUDE [adding-view](../../includes/mvc-intro/adding_view1.md)] Add an `Index` view for the `HelloWorldController`. * Add a new folder named *Views/HelloWorld*. * Add a new file to the *Views/HelloWorld* folder name *Index.cshtml*. [!INCLUDE [adding-view2](../../includes/mvc-intro/adding_view2.md)] > [!div class="step-by-step"] > [Previous - Add a controller](adding-controller.md) > [Next - Add a model](adding-model.md)