My scenario is , i need a dynamic rendering of images on html page.
So basically if i have a following image on my html page
<img src="http://cms.com/Content/IMG0025.png" height="64" align="middle" width="62" />
i want to replace src with some service reference path (e.g. http://174.1.1.1/clientservice.svc/getimage()) so when this page is displayed . it calls a web service and dynamically return a image on the basis of mobile type (android or ios).