Summary
Appends the string value of the returned object to to content of each document.
This allows you to specify different content to append for each document depending
on the input document.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Contents - Containing Type
- Append
Syntax
public Append(DocumentConfig content)
Parameters
| Name | Type | Description |
|---|---|---|
| content | DocumentConfig | A delegate that returns the content to append. |
Return Value
| Type | Description |
|---|---|
| void |
