主题和皮肤-在配置文件中引用

在 web.config 配置文件中可以为所有网页指定默认的主题文件。

示例如下:

<configuration>

<system.web>

<pages theme="BlueSky"/>


</system.web>



</configuration>


theme 也可以是 styleSheetTheme。