RenderPagesSettings Class

Summary

Settings for the Wyam.Web.Pipelines.RenderPages pipeline.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["RenderPagesSettings"] class Type type-node

Syntax

public class RenderPagesSettings

Properties

Name Value Summary
Layout DocumentConfig
The Razor layout to use.
Pipelines string[]
The pipelines from which to get page documents.
Sort Comparison<IDocument>
Sorts the documents based on a comparison. If null, the sorting will be based on the document title.
GitHub