ASP.NET MVC Core --> ASP.NET Core MVC

pull/4083/head
Scott Addie 2017-08-23 12:08:45 -05:00 committed by GitHub
parent 70089de5bf
commit b94e44e44f
1 changed files with 1 additions and 1 deletions

View File

@ -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).
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).