G
Guest
When using a master page In .NET v2.0 Beta 1, you could attach additional
stylesheets to the master page from your content pages, with a call such as:
Header.LinkedStyleSheets.Add("_Styles/Stylesheet.css");
In Beta 2, it seems as though IPageHeader no longer exposes this property.
Does anyone know what the new approach / work-around is?
Thank in advance.
stylesheets to the master page from your content pages, with a call such as:
Header.LinkedStyleSheets.Add("_Styles/Stylesheet.css");
In Beta 2, it seems as though IPageHeader no longer exposes this property.
Does anyone know what the new approach / work-around is?
Thank in advance.