asp.net mvc 4 - MVC4 Bundling Version control -


i'm using asp.net mvc4 bundling on website. there way version control, release new version can change version number , force refresh in client browser?

bundling , minification

v=r0sldicvp58aixn_mc3qdyvvvj5euznzdsa2n1pkvb81 

the query string v has value token unique identifier used caching. long bundle doesn't change, asp.net application request bundle using token. if file in bundle changes, asp.net optimization framework will generate new token, guaranteeing browser requests bundle latest bundle.


Comments