ASP.NET MVC 母版页

发布于 2024-08-09 20:27:57 字数 74 浏览 1 评论 0原文

怎样才能做到这一点呢?

我想将母版页模板保存在数据库中,然后根据查询字符串提取正确的模板。

这可能吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

层林尽染 2024-08-16 20:27:57

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文