MimeTypesMap 1.0.9

MimeTypesMap

Simple dictionary provides a few methods to lookup mime type/extension, generated from Apache's mime.types.

Install

via NuGet:

PM> Install-Package MimeTypesMap

Usage

using HeyRed.Mime;

MimeTypesMap.GetExtension("image/jpeg"); // => jpeg
MimeTypesMap.GetMimeType("filename.jpeg"); // => image/jpeg

MimeTypesMap.AddOrUpdate(string mime, string extension);

License

MIT

Showing the top 20 packages that depend on MimeTypesMap.

Packages Downloads
Allure.Net.Commons
Provides common facilities to build Allure adapters for .NET test frameworks.
8
Allure.Net.Commons
Provides common facilities to build Allure adapters for .NET test frameworks.
7
Allure.Commons
.net implementation of Allure java-commons
6
Allure.Net.Commons
Provides common facilities to build allure integrations for .NET test frameworks
5
Allure.Net.Commons
.NET implementation of Allure java-commons
5
Allure.Net.Commons
Provides common facilities to build Allure adapters for .NET test frameworks.
5
Allure.Commons
.net implementation of Allure java-commons
4
Allure.Net.Commons
Provides common facilities to build Allure adapters for .NET test frameworks.
4
Allure.Net.Commons
Provides common facilities to build allure integrations for .NET test frameworks
4
Allure.Net.Commons
.NET implementation of Allure java-commons
4

Use ignore case for file extensions

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
1.0.9 7 03/21/2026
1.0.8 4 04/24/2026
1.0.7 4 04/24/2026
1.0.4 4 04/24/2026
1.0.3 4 04/24/2026
1.0.2 4 04/24/2026
1.0.1 4 04/24/2026
1.0.0 4 04/24/2026