From 81afd3949adea6652f3e921e1c9941f279fbe42c Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 14 Dec 2017 05:13:50 -1000 Subject: [PATCH] Update razor.md (#5005) --- aspnetcore/includes/razor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/includes/razor.md b/aspnetcore/includes/razor.md index c697c22f79..5794d6af8c 100644 --- a/aspnetcore/includes/razor.md +++ b/aspnetcore/includes/razor.md @@ -1,5 +1,5 @@ -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. -* Is the preferred approach for new application development. \ No newline at end of file +* Is the preferred approach for new application development.