使用 Razor View 引擎创建 Mvc2 项目
我已经阅读了如何在 Mvc2 项目中使用 Spark View Engine 而不是 Webform View Engine,所以我认为我们可以使用 Razor View Engine 做同样的事情,但是当我在 GOOGLE 上搜索时,我找不到任何有用的东西。因此,我向各位专业人士提出这个问题。请帮忙!非常感谢!
注意:Razor 位于 Mvc2 项目中,而非 Mvc3 项目中。 再次感谢!
I've read how to use Spark View Engine instead of Webform View Engine in a Mvc2 Project so I think we can do the same with Razor View Engine but when I search on GOOGLE, I cant find anything helpful. So, to you pros I post this question. Please help! Thanks so much!
Attention: Razor in Mvc2 project, not in Mvc3.
Thanks again!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然这在技术上是可行的,但您需要从 MVC3 源代码复制大量代码。
Razor 仍然需要 .Net 4.0,所以这确实不值得;你应该升级到MVC3。
While this is technically possible, you'll need to copy vast swaths of code from the MVC3 source.
Razor will still need .Net 4.0, so this is really not worth it; you should just upgrade to MVC3.