Hello,
Welcome to Microsoft Q&A!
Get content type from file extension
I have to say that there is no such native UWP API that could map the file extension to content type in UWP like FileExtensionContentTypeProvider
does. Using StorageFile.ContentType
property to get the MIME type is the correct way to do it in UWP.
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.