Ejemplo n.º 1
0
        protected virtual bool Exists(string imageUrl)
        {
            var blobInfo = BlobStorageProvider.GetBlobInfo(imageUrl);

            return(blobInfo != null);
        }