自定义 ViewEngine ASP.NET MVC 3
我正在为 ASP.NET MVC 的自定义视图引擎寻找最简单的解决方案。这样我就可以超越路径来寻找视图。
实际上,我正在尝试在我的解决方案中构建一个主题系统。我查看了网络,但发现了很难学习和实施的解决方案。
谢谢
I am looking for the simplest solution for the custom viewengine for asp.net mvc. So I can over-ride the path to look for the views.
Actually, I am trying to build a theme system in my solution. I looked over web but found solution which is hard to learn and implement.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是我用的。它在主题文件夹中查找视图。在构造函数的第一行设置主题名称。它还支持移动视图,但您需要 51 Degrees Mobi 之类的工具来为您提供移动浏览器详细信息。
This is what I use. It looks for views in a theme folder. Set the theme name, in the first line of the constructor. It also supports mobile views, but you'll need something like 51 Degrees Mobi to provide you with the mobile browser details.