Class MithrilConfig
- Namespace
- Mithril.Core.Abstractions.Configuration
- Assembly
- Mithril.Core.Abstractions.dll
Mithril config
public class MithrilConfig
- Inheritance
-
MithrilConfig
- Inherited Members
- Extension Methods
Properties
ApplicationDescription
Gets or sets the application description.
public string? ApplicationDescription { get; set; }
Property Value
- string
The application description.
ApplicationName
Gets or sets the name of the application.
public string? ApplicationName { get; set; }
Property Value
- string
The name of the application.
Compression
Gets or sets the compression.
public Compression? Compression { get; set; }
Property Value
- Compression
The compression.
MimeTypes
Gets or sets the file mappings.
public List<Mime>? MimeTypes { get; set; }
Property Value
Security
Gets or sets the security.
public Security? Security { get; set; }
Property Value
- Security
The security.
StaticFiles
Gets or sets the static files.
public StaticFiles? StaticFiles { get; set; }
Property Value
- StaticFiles
The static files.