MirrorResources.

MirrorResources(Func<Uri, FilePath>) Constructor

Summary

Mirrors external resources locally, specifying the output location where they should be copied.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
MirrorResources

Syntax

public MirrorResources(Func<Uri, FilePath> pathFunc)

Parameters

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

Return Value

Type Description
void
GitHub