문제

Is it possible to set current request's masterpage based on query string, so that everybody will get default masterpage except one with ?masterpage=MyCustomMasterpage in URL, who will get MyCustomMasterpage masterpage?

도움이 되었습니까?

해결책

I also have a blog post on how to set master pages dynamically--that may also help you as it supports the post Alexander posted, though not as detailed.

다른 팁

You can create your own HttpModule. Read this post for more details.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top