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.
有谁知道如何在运行时更改母版页的母版页。对于 Page,有一个 PreInit 事件,我们可以在其中动态更改母版页。母版页不存在此类事件。我还尝试更改基类的构造函数中的母版页,这也不起作用。
非常感谢,阿伦
在您的 BasePage 覆盖OnPreInit方法中并分配母版页的母版页,如下所示
OnPreInit
this.Page.Master.MasterPageFile = "~/SuperSitem.master";