문제

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