Вопрос

I have created a new Site Master page in my site. I want to assign the master page to just one single sub-site page. I've attempted to change the "MasterPageFile" but was unsuccessful (I know this is set as a referential). The Site Master Page is in both my subsite and master site's master page's folder. Is there a specific URL path to use to change the MasterPageFile at runtime?

Это было полезно?

Решение

You can refer your master page in different ways as shown below:

  1. Site Collection-Relative Master Page: ~sitecollection/_catalogs/masterpage/custom.master

  2. Site-Relative Master Page: ~site/_catalogs/masterpage/custom.master

  3. Relative path are based on where the page resides: "../_catalogs/masterpage/custom.master"

Hope it helps. Thanks.

Другие советы

I have answered my question. I was trying to edit a site page instead of a publishing page.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top