Get MVC Bundle Querystring
Is it possible to detect a bundle querystring in ASP.NET MVC? For example if I have the following bundle request: /css/bundles/mybundle.css?v=4Z9jKRKGzlz-D5dJi5VZtpy4QJep62o6A-xNjSBmKwU1 Is it possible to extract the v querystring?: 4Z9jKRKGzlz-D5dJi5VZtpy4QJep62o6A-xNjSBmKwU1 I've tried doing this in a bundle transform, but with no luck. I found that even with UseServerCache set to false the transform code didn't always run. Its been a while since I've worked with the ASP Bundler (I remember it being total shit), and these notes are from my memory. Please verify its still valid. I will update