ContentModule.

ContentModule(ContextConfig) Constructor

Summary

Creates a new content module with the specified content delegate.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules
Containing Type
ContentModule

Syntax

protected ContentModule(ContextConfig content)

Parameters

Name Type Description
content ContextConfig The content delegate.

Return Value

Type Description
void
GitHub