You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is happening in dot net core when I am giving the emf content type image/x-emf and sending it in the MimeTypes.TryGetExtension method, it is returning NULL. Why is not supporting emf content type
The text was updated successfully, but these errors were encountered:
Any MIME-Type where the subtype starts with "x-" is a non-standard MIME-Type (the "x-" means it's an extension to the standard and has not yet been officially recognized).
The official MIME-Type for EMF files is image/emf.
This is happening in dot net core when I am giving the emf content type image/x-emf and sending it in the MimeTypes.TryGetExtension method, it is returning NULL. Why is not supporting emf content type
The text was updated successfully, but these errors were encountered: