添加视图时视图引擎下拉列表不存在
我正在通过阅读 PDF 创建 MVC 音乐商店应用程序,其中第 22 页显示了一种添加视图的方法,但是当我右键单击它时,我看到以下屏幕:
[为什么我没有获得视图引擎下拉?]
I am creating MVC music store application by reading the PDF, in that on page 22 there is a method shown to add view but when I right clicked on it I am getting the below screen:
[Why I am not getting the View Engine Drop Down?]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Razor 在 ASP.NET MVC 2 中不起作用,这就是为什么没有为您提供此选择的原因。您可以使用安装了 ASP.NET MVC 3 的 Visual Studio 2010。仅在 ASP.NET MVC 3 项目中才提供此选择。
Razor doesn't work in ASP.NET MVC 2 that's why you are not provided with this choice. You could use Visual Studio 2010 with ASP.NET MVC 3 installed. Only in ASP.NET MVC 3 projects you are provided with this choice.
这仅适用于 MVC 3。看来你正在使用 MVC 2。
This is for MVC 3 only. It seems you are using MVC 2.
按照部分安装 Visual Web Developer Express 2010:
安装软件
这将为您提供本教程中使用的 IDE,并允许您查看 ASP.Net MVC3 工具选项,例如对话框中显示的选项。
Install Visual Web Developer Express 2010 as per section:
Installing the software
This will give you the IDE used in this tutorial and allow you to view the ASP.Net MVC3 tooling options such as presented in the dialogue box.