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.
在实时 IIS Web 服务器上,是否可以更新 /View/xxx.cshtml 剃须刀文件并在不重建和重新上传服务器的情况下反映这些更改?
当然 - 只需打开文件并更新它或通过 FTP 将新版本发送到服务器。视图不会编译到 DLL 中(除非您使用的是 Razor View Compiler 加载项之一)。因此,它们可以像任何其他内容资源(CSS、JS、图像等)一样随时修改