Title.

Title(ContextConfig) Constructor

Summary

This sets the title of all input documents to a value from the delegate.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Metadata
Containing Type
Title

Syntax

public Title(ContextConfig title)

Parameters

Name Type Description
title ContextConfig A delegate that must return a string.

Return Value

Type Description
void
GitHub