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.
我的 Asp.net mvc 项目中没有创建视图选项。请帮我。我想让我的视图与模型紧密耦合。
请帮我..
我遇到了同样的问题,这是因为使用了多个版本的 Visual Studio。
在 VS2012 Premium 中创建项目解决方案,在 VS2013 Professional 中打开一段时间后,我无法通过右键单击添加视图。
所以我在VS2012中关闭并重新打开它工作。希望它可以帮助面临类似问题的人。
您只能在相应的文件夹中创建视图和控制器。例如,您不能将视图添加到 Controller 文件夹,或将控制器添加到 View 文件夹。