MirrorResources(Func<Uri, NormalizedPath>) Constructor
Mirrors external resources locally, specifying the output location where they should be copied.
Namespace
Statiq.Core
Containing Type
MirrorResources

Syntax

public MirrorResources(Func<Uri, NormalizedPath> pathFunc)

Parameters

Name Type Description
pathFunc Func<Uri, NormalizedPath> A function that specifies where downloaded external resources should be copied to.