Append.

Append(Object) Constructor

Summary

Appends the string value of the specified object to the content of every input document.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Append

Syntax

public Append(Object content)

Parameters

Name Type Description
content Object The content to append.

Return Value

Type Description
void
GitHub