ASP.NET MVC 母版页
怎样才能做到这一点呢?
我想将母版页模板保存在数据库中,然后根据查询字符串提取正确的模板。
这可能吗?
How can one do this?
I would like to save the master pages template in the database and then based on a query string pull the correct template.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Phil Haack 的这篇文章可能对您有一些帮助:
为数据库中存储的 ASP.NET MVC 视图编写脚本
http://haacked.com/archive/2009/04/22/scripted-db-views.aspx
它与母版页没有直接关系然而,菲尔在他的文章中谈论和使用的概念可能正是您正在寻找的。
This article by Phil Haack may be of some help to you:
Scripting ASP.NET MVC Views Stored In The Database
http://haacked.com/archive/2009/04/22/scripted-db-views.aspx
It's not directly related to Master Pages however the concepts Phil talks about and uses in his article could be just what you're looking for.