Update adding-view.md (#13589)

* Update adding-view.md

* Update adding-view.md
pull/13605/head
Rick Anderson 2019-08-01 09:29:30 -07:00 committed by GitHub
parent 1e99d7ef1a
commit c5f496c0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ title: Add a view to an ASP.NET Core MVC app
author: rick-anderson
description: Adding a view to a simple ASP.NET Core MVC app
ms.author: riande
ms.date: 03/04/2017
ms.date: 8/04/2019
uid: tutorials/first-mvc-app/adding-view
---
@ -61,7 +61,7 @@ Add an `Index` view for the `HelloWorldController`.
* Type *Index.cshtml* in the **Name** box.
* Select **New**.
![Add New Item dialog](adding-view/_static/add_view.png)
![Add New Item dialog](adding-view/_static/add_view_mac.png)
---
@ -326,4 +326,4 @@ In the next tutorial, a database of movies is created.
> [Previous](adding-controller.md)
> [Next](adding-model.md)
::: moniker-end
::: moniker-end