AppendContent(Config<string>) Constructor
Appends the string value of the returned object to the content of each document. This allows you to specify different content to append for each document depending on the input document.
Namespace
Statiq.Core
Containing Type
AppendContent

Syntax

public AppendContent(Config<string> content)

Parameters

Name Type Description
content Config<string> A delegate that returns the content to append.