Documents.

Documents(string[]) Constructor

Summary

Generates new documents with the specified content.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Documents

Syntax

public Documents(params string[] content)

Parameters

Name Type Description
content string[] The content for each output document.

Return Value

Type Description
void
GitHub