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