将 Sharepoint 母版页迁移到 ASP.NET 母版页
是否可以将 Sharepoint 母版页 转换/迁移到 ASP.NET 母版页?
Is it possible to convert / migrate Sharepoint Masterpages to ASP.NET Masterpages ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须删除所有与 SharePoint 相关的控件和内容。引用母版页,这是让母版页在 ASP.NET 中工作所需要做的唯一事情。
You will have to Remove all the SharePoint Related Controls & Reference out the Master Page, that is the only thing you will have to do to get the Master Page work in ASP.NET.
它们是相同的东西,但有很多 SharePoint 特定的控件/占位符以及包含大量嵌套表的可怕结构。绝对有可能,但我不推荐。
They are the same thing, but with a lot of SharePoint specific controls/placeholders and a horrible structure with lots of nested tables. Definitely possible, but not something I would recommend.