Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将 .Net Core 2.2 升级到 .Net Core 3.0 我的浏览器链接无法正常工作,任何人都知道如何排除故障。 执行编辑 cshtml 并刷新浏览器它没有反映更改。
此处建议的解决方法有助于:
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
services.AddControllersWithViews();
services.AddControllersWithViews().AddRazorRuntimeCompilation();
保存后,您需要单击浏览器链接刷新按钮Ctrl+Alt+Enter,但这比重新启动应用程序要好
Ctrl+Alt+Enter