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.
关于我阅读的内容,EditorTemplates 文件夹必须位于 Views 文件夹中的 Shared 文件夹下。是否可以更改此位置?
谢谢你。
我总是把我的EditorTemplates放在它们相关的每个视图文件夹下面。例如:
EditorTemplates
如果它们在多个视图中“共享”,我会将它们放在“Shared/EditorTemplates”文件夹中。
是否可以更改此位置?
不,这是在 MVC 源代码中硬编码的。对不起。