Razor include, prefer RP to MVC (#6147)

* Update razor.md

* Update razor.md
pull/6153/head
Rick Anderson 2018-05-01 08:33:25 -10:00 committed by GitHub
parent 265c04a130
commit b68f111c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ This tutorial teaches ASP.NET Core MVC web development with controllers and view
* Is easier to follow.
* Covers more features.
If you choose this tutorial over the [Razor Pages](xref:tutorials/razor-pages/razor-pages-start) version, please leave a note explaining why.
If you choose this tutorial over the [Razor Pages](xref:tutorials/razor-pages/razor-pages-start) version, please tell us why in [this GitHub issue](https://github.com/aspnet/Docs/issues/6146).