Reputation: 131
I need to figure out what mime type is the image my program downloaded from the web. I actually cannot find any solution that will work in windows store app.
thanks
Upvotes: 0
Views: 456
Reputation: 18803
It looks like you can use the ContentType property of StorageFile. See http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.storagefile.contenttype.aspx for more info.
Upvotes: 1