IDocument.

Content Property

Summary

Gets the content associated with this document as a string. This will result in reading the entire content stream.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Documents
Containing Type
IDocument

Syntax

string Content { get; }

Value

Type Description
string The content associated with this document.
GitHub