Summary
Gets the content associated with this document as a string. This will result in reading the entire content stream.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Documents - Containing Type
- CustomDocument
Syntax
public string Content { get; }
Value
Type | Description |
---|---|
string | The content associated with this document. |