RenderPages.

RenderPages(string, RenderPagesSettings) Constructor

Summary

Creates the pipeline.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Containing Type
RenderPages

Syntax

public RenderPages(string name, RenderPagesSettings settings)

Parameters

Name Type Description
name string The name of this pipeline.
settings RenderPagesSettings The settings for the pipeline.

Return Value

Type Description
void
GitHub