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