Prepends the string value of the returned object to content of each document. This
allows you to specify different content to prepend for each document depending on the input document.
- Namespace
- Statiq
.Core - Containing Type
- PrependContent
Syntax
public PrependContent(Config<string> content)
Parameters
Name | Type | Description |
---|---|---|
content | Config |
A delegate that returns the content to prepend. |