Class Mime
- Namespace
- Mithril.Core.Abstractions.Configuration
- Assembly
- Mithril.Core.Abstractions.dll
Mime type data holder
public class Mime
- Inheritance
-
Mime
- Inherited Members
- Extension Methods
Properties
Extension
Gets or sets the extension.
public string? Extension { get; set; }
Property Value
- string
The extension.
MimeType
Gets or sets the type of the MIME.
public string? MimeType { get; set; }
Property Value
- string
The type of the MIME.