Append.

Append(ContextConfig) Constructor

Summary

Appends the string value of the returned object to to content of each document. This allows you to specify different content to append depending on the execution context.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Append

Syntax

public Append(ContextConfig content)

Parameters

Name Type Description
content ContextConfig A delegate that returns the content to append.

Return Value

Type Description
void
GitHub