Skip to content

Instantly share code, notes, and snippets.

@shibayan
Created September 3, 2015 06:25
Show Gist options
  • Save shibayan/9a6db7335bc7a63c6099 to your computer and use it in GitHub Desktop.
Save shibayan/9a6db7335bc7a63c6099 to your computer and use it in GitHub Desktop.
var blob = directory.GetBlockBlobReference(filename);
blob.Properties.CacheControl = "public, max-age=31536000";
blob.Properties.ContentType = MimeMapping.GetMimeMapping(filename);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment