Content.

Content(IModule[]) Constructor

Summary

The specified modules are executed against an empty initial document and the results are applied to every input document (possibly creating more than one output document for each input document).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Content

Syntax

public Content(params IModule[] modules)

Parameters

Name Type Description
modules IModule[] The modules to execute.

Return Value

Type Description
void
GitHub