代码之家  ›  专栏  ›  技术社区  ›  CLiown

Sharepoint 2010-正在使用哪个母版页

  •  1
  • CLiown  · 技术社区  · 15 年前

    3 回复  |  直到 15 年前
        1
  •  7
  •   Mauro    15 年前

    查看中的设置 http://<servername>/_Layouts/ChangeSiteMasterPage.aspx

    CustomMasterUrl MasterUrl 网络的属性。

        2
  •  1
  •   Ashish Patel    15 年前

        3
  •  0
  •   Vighnesh Bendre    15 年前

    如上所述,V4.master是应用于站点的默认母版页。 您可以在c:…\14\TEMPLATE\LAYOUTS\V4.master中找到此页

    在这个博客中,我发布了如何使用VS2010以编程方式创建和部署自定义母版页。

    http://markviky.blogspot.com/2010/11/sharepoint-2010-web-content-management.html

    -活力