What is the equivalent of WebForms in ASP.NET Core?

Technology CommunityCategory: ASP.NETWhat is the equivalent of WebForms in ASP.NET Core?
VietMX Staff asked 3 years ago

ASP.NET Core Razor Pages is the modern equivalent to “Classic ASP.NET Web Forms.” Razor Pages is a new aspect of ASP.NET Core MVC that makes coding page-focused scenarios easier and more productive.