MimeMapping 3.1.0
dotnet add package MimeMapping --version 3.1.0
NuGet\Install-Package MimeMapping -Version 3.1.0
<PackageReference Include="MimeMapping" Version="3.1.0" />
<PackageVersion Include="MimeMapping" Version="3.1.0" />
<PackageReference Include="MimeMapping" />
paket add MimeMapping --version 3.1.0
#r "nuget: MimeMapping, 3.1.0"
#:package MimeMapping@3.1.0
#addin nuget:?package=MimeMapping&version=3.1.0
#tool nuget:?package=MimeMapping&version=3.1.0
MimeMapping
Constants for (almost) all MIME types and method to determine MIME type from a file name. Contains just over 1000 mime types.
The Dictionary is generated from the jshttp/mime-db db.json.
Works similar to .NET's System.Web.MimeMapping.GetMimeMapping.
It aggregates data from the following sources:
- https://www.iana.org/assignments/media-types/media-types.xhtml
- https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
- https://hg.nginx.org/nginx/raw-file/default/conf/mime.types
The library is just a literal C# Dictionary<string, string> with over 1000 entries, and a helper method that can be passed a file path.
Example Usage
string myFile = "myimage.jpg";
string mimeType = MimeMapping.MimeUtility.GetMimeMapping(myFile);
Console.WriteLine(mimeType); // output: image/jpeg
string randomFile = "data.asdf";
string mimeType = MimeMapping.MimeUtility.GetMimeMapping(randomFile);
Console.WriteLine(mimeType); // output: application/octet-stream
string rawExtension = "json";
string mimeType = MimeMapping.MimeUtility.GetMimeMapping(rawExtension);
Console.WriteLine(mimeType); // output: application/json
// List all types..
foreach(var kp in MimeMapping.MimeTypes.TypeMap)
{
  Console.WriteLine($"File extension: {kp.Key}, mime string: {kp.Value}");
}
//Just use a constant if you already know the file type (performance)
const string mimeType = MimeMapping.KnownMimeTypes.Xlsx
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. | 
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
- 
                                                    .NETFramework 4.6.2- No dependencies.
 
- 
                                                    .NETStandard 2.0- No dependencies.
 
NuGet packages (92)
Showing the top 5 NuGet packages that depend on MimeMapping:
| Package | Downloads | 
|---|---|
| Gotenberg.Sharp.API.Client C# API client for interacting with the Gotenberg v7 & v8 micro-service's API, a docker-powered stateless API for converting & merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions. | |
| SparkPost SparkPost API | |
| Sitko.Core.Storage Sitko.Core is a set of libraries to help build .NET Core applications fast | |
| Mosaik.Library Package Description | |
| KS.Fiks.ASiC-E Package Description | 
GitHub repositories (16)
Showing the top 16 popular GitHub repositories that depend on MimeMapping:
| Repository | Stars | 
|---|---|
| Jackett/Jackett 
                                                            API Support for your favorite torrent trackers
                                                         | |
| WebVella/WebVella-ERP 
                                                            Free and open-source pluggable ERP and CRM software based on ASP.NET Core 9, RazorPages and PostgreSQL . Targets Linux or Windows as host OS. 
                                                         | |
| IoTSharp/IoTSharp 
                                                            IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
                                                         | |
| BedrockLauncher/BedrockLauncher | |
| HenJigg/wpf-abp 
                                                            Cross-platform mobile project and WPF client based on ABP framework Xamarin.Forms
                                                         | |
| jenius-apps/nightingale-rest-api-client 
                                                            A modern, resource-efficient REST API client for Windows
                                                         | |
| ShokoAnime/ShokoServer 
                                                            Repository for Shoko Server.
                                                         | |
| MediaPortal/MediaPortal-2 
                                                            Development of MediaPortal 2
                                                         | |
| Kooboo/Kooboo 
                                                            CMS, WebSite, Application and Ecommerce Development Tool Using JavaScript
                                                         | |
| BMW-InnovationLab/BMW-Labeltool-Lite 
                                                            This repository provides you with an easy-to-use labeling tool for State-of-the-art Deep Learning training purposes. It supports Auto-Labeling.
                                                         | |
| SnowflakePowered/snowflake 
                                                             :snowflake: :video_game: Emulator Frontend and SDK
                                                         | |
| ChangemakerStudios/GotenbergSharpApiClient 
                                                            .NET C# Client for the Gotenberg API
                                                         | |
| siemens/simatic-s7-webserver-api 
                                                            A .NET API Client Library for the SIMATIC S7 PLC Webserver API
                                                         | |
| sitkoru/Sitko.Core 
                                                            Sitko.Core is a set of libraries to help build .NET Core applications fast
                                                         | |
| fEndman/WarFactory 
                                                             幻影坦克+无影坦克全面手机APP解决方案(手动滑稽)
                                                         | |
| marcominerva/SqlDatabaseVectorSearch 
                                                            A Blazor Web App and Minimal API for performing RAG (Retrieval Augmented Generation) and vector search using the native VECTOR type in Azure SQL Database and Azure OpenAI.
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 3.1.0 | 1,257,601 | 12/9/2024 | 
| 3.0.1 | 2,509,211 | 2/15/2024 | 
| 3.0.0 | 2,321 | 2/15/2024 | 
| 2.1.0 | 51,512 | 2/14/2024 | 
| 2.0.0 | 2,252,592 | 3/30/2023 | 
| 1.0.1.50 | 1,447,831 | 11/16/2022 | 
| 1.0.1.37 | 6,585,904 | 1/22/2021 | 
| 1.0.1.35 | 65,578 | 1/14/2021 | 
| 1.0.1.30 | 1,358,315 | 6/18/2020 | 
| 1.0.1.26 | 787,128 | 12/5/2019 | 
| 1.0.1.21 | 7,048 | 12/3/2019 | 
| 1.0.1.17 | 355,097 | 9/23/2019 | 
| 1.0.1.15 | 109,089 | 8/25/2019 | 
| 1.0.1.14 | 66,691 | 8/9/2019 | 
| 1.0.1.12 | 1,623,616 | 11/15/2017 | 
| 1.0.1.10 | 99,137 | 8/18/2017 | 
| 0.1.6 | 66,274 | 8/3/2017 | 
| 0.1.5.9 | 2,158 | 8/7/2017 | 
| 0.1.5 | 24,310 | 2/21/2017 | 
| 0.1.4 | 2,971 | 11/12/2016 | 
| 0.1.3 | 2,412 | 11/8/2016 | 
| 0.1.2 | 3,319 | 11/6/2016 | 
| 0.1.1 | 2,556 | 11/6/2016 | 
| 0.1.0 | 5,971 | 11/6/2016 |