c#动态改变CSS
动态改变CSS
HtmlGenericControl objLink=new HtmlGenericControl("LINK");
objLink.Attributes["rel"]="stylesheet";
objLink.Attributes["type"]="text/css";
objLink.Attributes["href"]="a.css";
HtmlGenericControl objLink=new HtmlGenericControl("LINK");
objLink.Attributes["rel"]="stylesheet";
objLink.Attributes["type"]="text/css";
objLink.Attributes["href"]="a.css";