how to cache css, images and js?
问题 I would like to have images, css, and javascript cached client-side on their browser when they load up a web page. There are so many different types of caching I am confused as to which ones to use with asp.net mvc. Would it also be possible to have their browsers check for new or modified versions of these files? Thanks! 回答1: Browsers take care of this for you automatically, actually. You have to go out of your way to get them to NOT cache css, js, html and images. I'm not that familiar with