I have a css file referenced in my _layout.cshtml
<link rel="stylesheet" type="text/css" href="//css/styles-640.css" />
there are 2 different versions (640 and 720) for displaying the page in different sizes
The size is a value in the querystring
How can I read the value from the querystring and dynamically inject it into the filename of the .css file?
This is in the master page (_layout.cshtml) and it obviously has lots of different ViewModels depending on which view is being rendered