Pergunta

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?

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top