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