Consider this snippet:
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]—>
I have access to the Page object. So I can do something like this:
Page.Header.Controls.Add(new HtmlGenericControl())
How am I able to insert the above snippet to the ASP.NET Page's Header or Body?