How to Use Routing in ASP.NET Core 3.0 Razor Pages
Let's see how routing works in a sample Razor Pages application, including how to use [BindProperty].
Let's see how routing works in a sample Razor Pages application, including how to use [BindProperty].
Let's dive into Routing in ASP.NET Core to discover how to make our URLs pretty, readable, and useful!
Razor Pages and the MVC pattern are different ways of building web apps in ASP.NET Core. Let's see how different they really are.
A few days ago I published the latest ASP.NET Core Demystified [https://www.exceptionnotfound.net/tag/asp-net-core-demystified/] post which was all about Razor Pages [https://www.exceptionnotfound.net/asp-net-core-demystified-razor-pages] and demonstrated how to build an app using them. In the process of writing that post, I realized that I
ASP.NET Core 2.0 was released just a few weeks ago, and included a new feature that may be the biggest single addition to ASP.NET Core since it was announced: Razor Pages! Come along with me as we figure out what Razor Pages are for, how they are