Why does my inline asp.net not working within ?

I want to add a version number to my js files.

<link href="css/reset.min.css?v=<%= App.Golbal.VERSION %>" media="all" rel="Stylesheet" type="text/css" />

This renders as

<link href="css/reset.min.css?v=&lt;%= App.Golbal.VERSION %>" media="all" rel="Stylesheet" type="text/css" />

[Standard asp.net 4 web applciation]

Can anybody help?

7
задан Andrew 9 March 2011 в 16:58
поделиться