Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
在Startup中ConfigureServices方法里面加入如下代码
services.AddMvc().AddRazorRuntimeCompilation()
就这么简单,快试试吧!