文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>ASP.NET中后台注册css脚本

ASP.NET中后台注册css脚本

时间:2010-10-04  来源:Ryan_j

在写UserControl的时候,有时候会向调用页面注册css文件的引用。

 

c#

代码
//向调用页面注册css文件
HtmlGenericControl _CssFile = new HtmlGenericControl("link");
_CssFile.ID
= "CssFile";
_CssFile.Attributes[
"rel"] = "stylesheet";
_CssFile.Attributes[
"type"] = "text/css";
_CssFile.Attributes[
"href"] = "UserControl/ImgToggle/163Switcher/style/style.css";

//if (this.FindControl(_CssFile.ID) == null)
//{
    this.Page.Header.Controls.Add(_CssFile);
//}

 

运行结果:

代码
  <link id="CssFile" rel="stylesheet" type="text/css" 
    href
="UserControl/ImgToggle/163Switcher/style/style.css"></link>

 

 

 

相关阅读 更多 +
排行榜 更多 +
恋爱人生模拟器最新版2024下载安装

恋爱人生模拟器最新版2024下载安装

角色扮演 下载
melonds模拟器

melonds模拟器

休闲益智 下载
狗收容所模拟器3D

狗收容所模拟器3D

模拟经营 下载