我需要弄清楚我的程序从网上下载的图像是什么 mime 类型。我实际上找不到任何适用于 Windows 商店应用程序的解决方案。
谢谢
我需要弄清楚我的程序从网上下载的图像是什么 mime 类型。我实际上找不到任何适用于 Windows 商店应用程序的解决方案。
谢谢
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.