如何为ASP.NET MVC Web应用程序应用多个主题
问题描述:
嗨.
我的mvc Web应用程序中有一个母版页和许多内容页.现在,在我的页面之一中,我可以选择更改整个应用程序的主题.一旦我选择了主题,这应该适用于所有页面.怎么做.
谢谢.
Hi.
I have one master page and numerous content pages in my mvc web application. Now, in one of my pages I have an option to change the theme for the entire application. Once i select the theme this should be applicable for all the page. How to do that.
Thank You.
答
使用 Google [此处 [ ^ ]中有关如何实现此功能的详细信息.
Using Google[^] wont hurt you my friend!
Or you can click here[^] for a detailed information on how to achieve that.
看看msdn-- ^ ].
Have a look at msdn - http://msdn.microsoft.com/en-us/library/ykzx33wh.aspx[^].
我在代码中找到了不错的链接项目本身.
ASP.NET MVC动态主题
HTH
I found nice link in the code project itself.
ASP.NET MVC Dynamic Themes
HTH