ImageResource in ClientBundle as real <img> element
问题 The IE9 does not print background images per default. Is there an option to tell ClientBundle, that all images should be real elements not fake css-background images? 回答1: It depends how the ClientBundle is generated, and how the image is constructed from the ImageResource . By default, ClientBundle s' ImageResource s are generated as data: URLs for all browsers but IE6 and IE7, which will use sprited images just like an ImageBundle . In IE8 and IE9 though, you have to make sure the