I came across a discussion on the issue of Dynamic CSS caching problem where it was suggested to append ?value to the end of the css file name for better caching. I am currently using themes and the css files are loaded automatically. Is it possible to use an HttpHandler to alter the css file path before rendering?
Are there any examples or resources available that demonstrate how this can be achieved?