从 ASP.NET 中的嵌套母版页访问正文
我已经有了当前的设置:
MyMasterPage.Master
MyMasterPage2.Master,其中 MyMasterPage.Master 作为 MasterPage 并通过几个 ContentPlaceHolders 对其进行了扩展。
几个 aspx-forms,其中一些以 MyMasterPage 作为 Master,其中一些以 MyMasterPage2 作为 Master。
现在我想访问 MyMasterPage2 中的 body-标签(在 MyMasterPage 中定义)以更改 CSS 类。
有什么办法可以做到吗?
谢谢,
丹尼斯
I've got the current setup:
MyMasterPage.Master
MyMasterPage2.Master which has MyMasterPage.Master as MasterPage and extends it by several ContentPlaceHolders.
Several aspx-forms, some of them with MyMasterPage as Master and some of them with MyMasterPage2 as Master.
Now I'd like to access the body-Tag (which is defined in MyMasterPage) in MyMasterPage2 in order to change the CSS-Class.
Is there any way to do so?
Thanks,
Dennis
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您以后更改母版页结构,也不会中断的解决方案是仅添加以下行 jQuery:
A solution which won't break if you later change your masterpage structures is to just add the following line of jQuery: