Summary
Specifies the key to set for the title. By default this module sets
a value for the key Title.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Title
Syntax
public Title WithKey(string key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The metadata key to set. |
Return Value
| Type | Description |
|---|---|
| Title | The current module instance. |
