Info
Version: | 1.0.1.37 |
Author(s): | Matthew Little |
Last Update: | Friday, January 22, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zone117x/MimeMapping |
NuGet Url: | https://www.nuget.org/packages/MimeMapping |
Install
Install-Package MimeMapping
dotnet add package MimeMapping
paket add MimeMapping
MimeMapping Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- NETStandard.Library(>= 1.6.1)
No dependencies.
No dependencies.
Tags
Contains just over 1000 mime types.
Generated from the Apache server mime.types file and the H5PB nginx mime.types file. Works similar to .NET's System.Web.MimeMapping.GetMimeMapping.
See:
http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
https://github.com/h5bp/server-configs-nginx/blob/master/mime.types
https://msdn.microsoft.com/en-us/library/system.web.mimemapping.getmimemapping(v=vs.110).aspx.