Update index.md (#4730)

pull/4738/head
Rick Anderson 2017-11-06 18:30:08 -10:00 committed by GitHub
parent 65d60b9783
commit 36af830edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ The following step-by-step guides for developing ASP.NET Core applications are a
## Building web applications
[Razor Pages](xref:mvc/razor-pages/index) is the recommended approach to create a Web UI with ASP.NET Core 2.0.
[Razor Pages](xref:mvc/razor-pages/index) is the recommended approach to create a new Web UI app with ASP.NET Core 2.0.
* [Introduction to Razor Pages in ASP.NET Core](xref:mvc/razor-pages/index)
* Create a Razor Pages web app with ASP.NET Core