RenderBlogPosts.

RenderBlogPosts(string, RenderBlogPostsSettings) Constructor

Summary

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

Syntax

public RenderBlogPosts(string name, RenderBlogPostsSettings settings)

Parameters

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

Return Value

Type Description
void
GitHub