InputPathMappings Property
Maps input paths to their location in the virtual file system. The key should be a NormalizedPath that exists in InputPaths. The value should be a relative path where the input path should be mapped within the virtual folder heirarchy.
Namespace
Statiq.Common
Containing Type
IReadOnlyFileSystem
Property Type
IReadOnlyDictionary<NormalizedPath, NormalizedPath>

Syntax

IReadOnlyDictionary<NormalizedPath, NormalizedPath> InputPathMappings { get; }

Value

Type Description
IReadOnlyDictionary<NormalizedPath, NormalizedPath>