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