Method GetMimeType
GetMimeType(string, string?)
Gets the content mime-type from the specified file extension.
public static string GetMimeType(string fileExtension, string? fallback = null)
Parameters
fileExtensionstringThe file extension, file path or the extension, with or without the dot.
fallbackstringOptional. The default mime-type when the file best mime-type is not found. If this argument is null, DefaultMimeType is used.
Returns
- string
The best matched mime-type, or the default if no mime-type was matched with the specified extension.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語