You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
The ScriptTagHelper and LinkTagHelper should support an option that enables the generation of a file version hash of the linked file contents placed in the URL for the purposes of busting client-side cache. The hash should be placed in the query-string (key v). The helpers should render the hash by default.
This feature existed in System.Web.Optimization so there might be some code we can use from there.