关于[Add Razor runtime compilation when developing ASP.NET Core]的摘要:
When I started looking into ASP.NET Core, I was a bit surprised that I had to compile my web project in order to publish changes in cshtml Razor files. Runtime compilation of Razor files just worked out of the box with ASP.NET MVC. In this post, I'll show you how we solved this when migrating the elmah.io app to ASP.NET Core.
原文地址: https://blog.elmah.io/add-razor-runtime-compilation-when-developing-asp-net-core/