Posted on: 11/20/2014 11:48:43 AM | Views : 542

How to find out if a browser can display images?
I've looked into httpBrowserCapability class and servervaraibles, but have found no property that can be suitable for it.
I've also tryed to disable image support in chrome browser but 
PreferredImageMime property remains: image/gif
and HTTP_ACCEPT still contains :text/html,application/xhtml+xml,application/xml;q=0.9,image...

Go to the complete details ...