miro smelko
miro smelko

Reputation: 131

image mime type in winrt

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

Answers (1)

chue x
chue x

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

Related Questions