请问SPWeb中的MasterUrl和CustomMasterUrl有什么不同?
发布于 2012-03-22 23:51:17
最好的描述来自SharePoint UI中的站点设置>外观>母版页。
这是SPWeb.CustomMasterUrl
网站母版页
网站母版页将由所有发布页使用。
这是SPWeb.MasterUrl
System母版页
对此网站中的所有表单和视图页使用系统母版页。
https://stackoverflow.com/questions/9824036
相似问题