This chapter covers Razor Pages, a functionality introduced in ASP.NET Core 2.0, which provides a simplified development model that does not use controllers.
By studying this chapter, we will be able to develop dynamic websites that are driven by data.
We will talk about the following:
- Assets search order
- Working with the page model
- The commonality in Razor views
- Enforcing security