Use asp-append-version="true" to stop caching #2688
robalexclark
started this conversation in
Ideas
Replies: 1 comment
-
It's a nice feature but unfortunately, it only works for Blazor Server. On WebAsemmbly we have index.html so |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice that you added the version no after the css and js to stop caching, but you can use asp-append-version="true" and you won't need to change it for each new version
More info here:
https://www.c-sharpcorner.com/blogs/aspappendversion-feature-in-asp-net-core
Beta Was this translation helpful? Give feedback.
All reactions