Razor Pages is the preferred way to create page or form-based applications in ASP.NET Core. From the documentation
Comparing Razor Pages with ASP.NET MVC

About creating web apps using ASP.NET
Razor Pages is the preferred way to create page or form-based applications in ASP.NET Core. From the documentation