Prepend.

Prepend(Object) Constructor

Summary

Prepends 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
Prepend

Syntax

public Prepend(Object content)

Parameters

Name Type Description
content Object The content to prepend.

Return Value

Type Description
void
GitHub