From b94e44e44f92205637d089d3a3c256ca89ef8a04 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Wed, 23 Aug 2017 12:08:45 -0500 Subject: [PATCH] ASP.NET MVC Core --> ASP.NET Core MVC --- aspnetcore/includes/razor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/razor.md b/aspnetcore/includes/razor.md index 0062f345bf..2005273918 100644 --- a/aspnetcore/includes/razor.md +++ b/aspnetcore/includes/razor.md @@ -1 +1 @@ -This tutorial teaches ASP.NET MVC Core 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. For a Razor version of this tutorial see [Razor Pages Tutorial](xref:mvc/razor-pages/index). \ No newline at end of file +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. For a Razor version of this tutorial, see [Razor Pages Tutorial](xref:mvc/razor-pages/index).