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.
我使用解决方案资源管理器将 ASP.NET 主文件移动到不同的目录。
有没有办法将此更改传播到 .aspx 页面,以便MasterPageFile引用自动更新?
MasterPageFile
(这让我想到了另一个问题——如果我更改了一个类的命名空间或名称,有没有办法在所有使用这个类的文件中自动更新这个更改?)
谢谢。
为避免重命名文件路径,您可以在 web.configs 中设置主页面。
<pages theme="Default" masterPageFile="~/Defaut.master"> ... </pages>
创建母版页(Web.config 中的 MasterPage)