Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的主页面已损坏,因此在尝试设计继承母版页的页面时显示为丑陋且不可编辑。
有没有办法在设计模式下隐藏母版页内容,以便我可以继续编辑我的页面而不会遇到处理母版页内容的麻烦?
必须有办法禁用它..也许是一些扩展?
尝试使用以下命令隐藏控件:
style="display:none"
在style标签中。
style
我认为没有在设计视图中隐藏母版页内容的选项。甚至 VS 2012 也没有这个选项。