I have a series of images stored online which I try to reach programmatically in my Universal Windows Phone App. Is there a way to find out if the Image exists for the selected parameter and, if not, use an Image placeholder instead?
var img = new BitmapImage(new Uri("url?ID_IMMAGINE=" + idImg1 + "&HEIGHT=100", UriKind.Absolute))
this is how I get the image.