MVC 视图如何在非直接祖先 Master 中填充 contentplaceholder
我有一个母版页,其中有另一个母版页和另一个母版页。 我希望第三个母版内的视图填充最上面母版中的一些 contentPalceHolder。
我该怎么做?
i have a Master page and in it another Master and another Master.
I want the view inside the third master to populate some contentPalceHolder in the upper-most Master.
How do I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 ContentPalceHolder 和 asp:Content 将字符串从内部 aspx-view 通过所有母版冒泡到外部母版。
像这样:
I used ContentPalceHolder and asp:Content to bubble the string from the inner aspx-view through all masters to the outer Master.
like this:
您必须让“祖先”渗透到每个母版页:
You have to make that 'anscestor' trickle down through each Master page: