Prepend.

Prepend(ContextConfig) Constructor

Summary

Prepends the string value of the returned object to to content of each document. This allows you to specify different content to prepend depending on the execution context.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Prepend

Syntax

public Prepend(ContextConfig content)

Parameters

Name Type Description
content ContextConfig A delegate that returns the content to prepend.

Return Value

Type Description
void
GitHub