Community

ASP.NET Core 5 – Enabling Razor runtime compilation

Razor files (.cshtml) are compiled at both build and publish time and this gives better performance as your views are compiled.