带有动态模板的母版页

发布于 2024-09-08 05:33:21 字数 296 浏览 3 评论 0原文

在 MVC.NET 中,我应该如何将 HTML 结构从数据库动态填充到母版页中,其中模板首先需要包装母版页内容?

又名

   -- master page header stuff goes here --
   ... 
   -- Beginning of client template goes here --
   ...
   -- masterpage contents goes here --
   ... 
   -- End of client template goes here --

In MVC.NET, how should I dynamically populate the HTML structure from a database into a Masterpage where the first the template needs to wrap the masterpage contents?

AKA

   -- master page header stuff goes here --
   ... 
   -- Beginning of client template goes here --
   ...
   -- masterpage contents goes here --
   ... 
   -- End of client template goes here --

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

﹏雨一样淡蓝的深情 2024-09-15 05:33:21

您可以在母版页中嵌入多个内容块:

   -- master page header stuff goes here --
   ... 
   -- content block 1 goes here --
   ...
   -- masterpage contents goes here --
   ... 
   -- content block 2 goes here --

You can embed multiple content blocks in the master page:

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