I can\'t find a complete list of mime-type mappings on the internet. I would like to have a list that refers a file extension to every existing mime type.
The list o
I just want to let you know, there is a new class for this in framework 4.5
System.Web.MimeMapping.GetMimeMapping(filename);
source: https://msdn.microsoft.com/en-us/library/system.web.mimemapping(v=vs.110).aspx