Revision: 3913
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 3, 2007 12:49 by cori
Initial Code
HtmlLink cssLink = new HtmlLink(); cssLink.Href = "%CSS FILE URL HERE%"; cssLink.Attributes.Add( "rel", "stylesheet" ); cssLink.Attributes.Add("type", "text/css"); Master.Page.Header.Controls.Add(cssLink);
Initial URL
Initial Description
work from content pages or submaster pages
Initial Title
adding CSS <link> to a C# Master page from a child code-behind page
Initial Tags
css, link, page
Initial Language
C#