FrontMatter.

FrontMatter(char, IEnumerable<IModule>) Constructor

Summary

Uses the specified delimiter character and passes any front matter to the specified child modules for processing.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
FrontMatter

Syntax

public FrontMatter(char delimiter, IEnumerable<IModule> modules)

Parameters

Name Type Description
delimiter char The delimiter to use.
modules IEnumerable<IModule> The modules to execute against the front matter.

Return Value

Type Description
void
GitHub