Pregunta

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?

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
scroll top