会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
正確的做事,做正確的事
博客园
首页
新随笔
联系
管理
订阅
C#后台动态调用样式表文件的代码
Code
1
System.Web.UI.HtmlControls.HtmlGenericControl control
=
new
HtmlGenericControl(
"
link
"
);
2
control.Attributes.Add(
"
type
"
,
"
text/css
"
);
3
control.Attributes.Add(
"
rel
"
,
"
stylesheet
"
);
4
control.Attributes.Add(
"
href
"
,
"
style.css
"
);
5
Page.Header.Controls.Add(control);
posted on
2009-06-17 11:42
不高很瘦
阅读(
500
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告