Question

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?

Était-ce utile?

La solution

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.

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top