开发者

Migration of Sharepoint Masterpages to ASP.NET Masterpages

开发者 https://www.devze.com 2022-12-20 18:08 出处:网络
Is it possible to conver开发者_运维技巧t / migrate Sharepoint Masterpages to ASP.NET Masterpages ?You will have to Remove all the SharePoint Related Controls & Reference out the Master Page, that

Is it possible to conver开发者_运维技巧t / migrate Sharepoint Masterpages to ASP.NET Masterpages ?


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消