Описание тега asp.net-core-mvc
ASP.NET Core MVC is a lightweight presentation framework for creating dynamic websites with ASP.NET Core. It allows for creating controller based MVC sites, or view model based Razor pages. MVC includes features like routing, model binding and validation, filters, web APIs and the Razor view engine.
ASP.NET Core MVC is the primary way of creating dynamic websites with ASP.NET Core. It comes built-in with ASP.NET Core and includes capabilities for controller based MVC sites or view model based Razor pages (starting with ASP.NET Core 2).
Originally based on ASP.NET MVC and ASP.NET Web API, it has been redesigned from the ground up to unify the various frameworks into a single MVC framework in ASP.NET Core.
As an integral part of ASP.NET Core, its release cycle is bound to release of the main framework.
See also: