skip to Main Content

How to force JS script update in ASP.NET?

I have a js module, let's call it A. It uses versioning by appending ?v=xxxxxxxxxxxx into its URL (like <script src="/Scripts/A.js?v=637082108844148373"></script>). v changes everytime we make changes in the file. Here is the code: public static class UrlHelperExtensions { public…

VIEW QUESTION
Back To Top
Search