Summary
Uses the string value of the specified object as the new content for every input document.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Contents - Containing Type
- Content
Syntax
public Content(Object content)
Parameters
| Name | Type | Description |
|---|---|---|
| content | Object | The new content to use. |
Return Value
| Type | Description |
|---|---|
| void |
