G
Guest
How can I add the following element to the <Head> section of every page?
<link href="Styles/main.css" type="text/css" rel="stylesheet">
I would like to do this in my Page base class (in the overridden Render
method perhaps?) rather than adding the tag to each page.
Or is there a better way of applying this css to every page.
Thanks
<link href="Styles/main.css" type="text/css" rel="stylesheet">
I would like to do this in my Page base class (in the overridden Render
method perhaps?) rather than adding the tag to each page.
Or is there a better way of applying this css to every page.
Thanks