具有动态基页的 ASP.NET aspx 未显示在 VS 的设计选项卡中
我注意到 Visual Studio 中的一个行为是,如果我使用使用基页的动态母版页,则 aspx 页面的设计选项卡不起作用。我动态设置母版页来实现主题化。它显示母版页错误并显示“该页面具有需要母版页引用的控件,但未指定任何控件”。
有什么解决办法吗?或者有什么解决办法吗?
我目前将基本/母版页设置为我自己页面中的默认母版页并在该页面上工作。完成页面后,我会删除母版页属性。我想知道是否有更好的方法可用。
I noticed a behaviour in Visual Studio that the design tab for aspx page does not work if I use a dynamic master page using a base page. I dynamically set the master page to implement theming. It shows a master page error and says "The page has controls that require a Master Page reference, but none is specified".
Is there any solution? Or any work around?
I currently set the base/master page to a default master page in the page for myself and work on the page. Once I complete the page, I remove the master page attribute. I wanted to know if some better method is available.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“解决方法”是在调试/浏览页面时设置样式。如果您动态设置母版页,设计者不可能知道它是什么。
The "workaround" is to style while debugging/browsing the page. The designer can't possibly know what your master page is if you are setting it dynamically.