OutputPages Property
Gets the collection of output documents from all previously processed pipelines, filtered to destination paths with a PageFileExtensions extension (which defaults to ".htm" and ".html").
Namespace
Statiq.Core
Containing Type
Engine
Implements
Property Type
FilteredDocumentList<IDocument>

Syntax

public FilteredDocumentList<IDocument> OutputPages { get; }

Value

Type Description
FilteredDocumentList<IDocument>