文件名称:StyleSetting_Web
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 55kb
- 下载次数:
- 0次
- 提 供 者:
- d**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Web站点风格切换的实现。附说明文档。Web站点的风格切换是很常见、也很受大家欢迎的功能。在Asp.Net中,我们可以通过模板页master page和主题theme来实现网站的风格切换,但是.Net提供的默认设置不够强大和灵活。向大家介绍如何在.Net提供的方法上进行改进和扩展,以提供更加强大的网站风格切换功能。-Web site style switching realize. Attached documentation. Web site style switching is very common, but also very popular with everyone welcome to the function. In Asp.Net, we can page through master page templates and themes to achieve the site
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StyleTemplate.sln
WebSite
.......\App_Code
.......\........\IUserStyleStrategy.cs
.......\........\PageBase.cs
.......\........\StyleTemplateConfigHandler.cs
.......\App_Data
.......\App_Themes
.......\..........\Default
.......\..........\.......\mail.css
.......\..........\Spring
.......\..........\......\main.css
.......\Default.aspx
.......\Default.aspx.cs
.......\MasterPage
.......\..........\Default
.......\..........\.......\Default.master
.......\..........\.......\Default.master.cs
.......\..........\Spring
.......\..........\......\Default.master
.......\..........\......\Default.master.cs
.......\Other.aspx
.......\Other.aspx.cs
.......\web.config
Web站点风格切换的实现.doc
WebSite
.......\App_Code
.......\........\IUserStyleStrategy.cs
.......\........\PageBase.cs
.......\........\StyleTemplateConfigHandler.cs
.......\App_Data
.......\App_Themes
.......\..........\Default
.......\..........\.......\mail.css
.......\..........\Spring
.......\..........\......\main.css
.......\Default.aspx
.......\Default.aspx.cs
.......\MasterPage
.......\..........\Default
.......\..........\.......\Default.master
.......\..........\.......\Default.master.cs
.......\..........\Spring
.......\..........\......\Default.master
.......\..........\......\Default.master.cs
.......\Other.aspx
.......\Other.aspx.cs
.......\web.config
Web站点风格切换的实现.doc