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 项目类型 GUID 添加到 .*proj 文件中。
网站项目模型虽然没有项目文件,那么有没有办法获得对添加视图对话框和混合网站/MVC 项目工具的支持?
没有办法在网站中实现您想要的(至少目前不是)。添加控制器功能是作为 VSPackage 实现的,当检测到 MVC 项目类型 GUID 时会加载它(这就是所有其他帖子都提到它的原因)。