Hej guys,
After fetching a "new url" in my backend, I want to refresh the image by setting the property on my viewmodel, which is bound to the src attribute of the image.
Problem is that the url is not realy changed since I always overwrite the image in the backend.
Any ideas?