Hi Guys,
I have Url property with hint Image. where I set the value of an image like image1. Then i tried to change the image to new image like image2 but still i'm getting previous image(image1). i think it seems like cache issue but i don't know what to do. i'm using Episerver cms 8.0. Can anyone help???
[UIHint(UIHint.Image)]
public virtual Url UrlToImage{get;set;}