ExtensionMappings Property
A mapping of file extension to both registered IANA media types as well as conventional unregistered media types. This dictionary can be edited prior to execution to customize media types.
Namespace
Statiq.Common
Containing Type
MediaTypes
Property Type
IDictionary<string, string>

Syntax

public static IDictionary<string, string> ExtensionMappings { get; }

Value

Type Description
IDictionary<string, string>