MVC 3 中的 ASP.NET MVC 4 模板
我们正在启动一个新的 ASP.NET MVC 项目。该 Web 应用程序也将在触摸板设备中使用,因此我对 ASP.NET MVC 4 默认模板感兴趣,因为它具有称为自适应渲染的功能,总的来说,它似乎是更好的起点。
ASP.NET MVC 4 尚未准备好投入生产使用,因此我考虑仅使用其中的一部分。
MVC 4 项目的视图端(布局、CSS、JavaScript)可以在 MVC 3 项目上工作吗?
We are starting a new ASP.NET MVC project. The web application will be used also in a touch pad devices and therefore I am interested on ASP.NET MVC 4 Default Templates as it has feature called Adaptive Rendering and overall it seems to better starting point.
ASP.NET MVC 4 isn't yet ready for the production use, so I was thinking of using only parts of it.
Would the View side of the MVC 4 project (Layout, CSS, JavaScript) work on MVC 3 project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然可以。它们都以 CSS3 和 Html5 为主。因此您需要考虑浏览器支持而不是 MVC 运行时 dll。
我鼓励您观看下面的视频。它只适合您:
http://channel9.msdn.com/Events/BUILD /BUILD2011/TOOL-796T
Of course it does. They are all heavily CSS3 and Html5. So you need to think about browser support rather than MVC runtime dlls.
I encourage you to check the below video out. It is just for you :
http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-796T