Update razor.md (#5005)

pull/5008/head
Rick Anderson 2017-12-14 05:13:50 -10:00 committed by Scott Addie
parent 5ff15425a6
commit 81afd3949a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
This tutorial teaches ASP.NET Core MVC with controllers and views using [Visual Studio 2017](https://www.visualstudio.com/). Razor Pages is a new alternative in ASP.NET Core 2.0, a page-based programming model that makes building web UI easier and more productive. We recommend you try the [Razor Pages](xref:mvc/razor-pages/index) tutorial before the MVC version. The Razor Pages tutorial:
This tutorial teaches ASP.NET Core MVC with controllers and views. Razor Pages is a new alternative in ASP.NET Core 2.0, a page-based programming model that makes building web UI easier and more productive. We recommend you try the [Razor Pages](xref:mvc/razor-pages/index) tutorial before the MVC version. The Razor Pages tutorial:
* Is easier to follow.
* Covers more features.