All Tags »
Cache »
ASP.NET
Sorry, but there are no more tags available to filter with.
-
Today I was asked a rather interesting question:How do you set the HTTP Cache-Control header on images grabbed by the WebImageViewer control?
There isn't a configurable option in the WebImageViewer control for this, (maybe there should be) so we will have to try to tackle this problem from outside the methods that serve the image to the ...