WithKey(string) Method
Specifies the key to set for the title. By default this module sets a value for the key Title.
Namespace
Statiq.Core
Containing Type
AddTitle

Syntax

public AddTitle WithKey(string key)

Parameters

Name Type Description
key string The metadata key to set.

Return Value

Type Description
AddTitle The current module instance.