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.
据我了解,MVC 模式的好处之一是能够替换其他视图而无需更改模型或控制器。
由于 Razor 视图引擎编译视图,如何在视图部署后更改或调整视图而无需重新部署应用程序?
Razor views are compiled dynamically at runtime when they are requested by the ASP.NET runtime. You could replace your .cshtml/.vbhtml files directly on your webserver and the changes will be automatically picked up.
.cshtml/.vbhtml