Always creates any additional output documents even if there are no redirected paths.
- Namespace
- Statiq
.Core - Containing Type
- GenerateRedirects
Syntax
public GenerateRedirects AlwaysCreateAdditionalOutput(bool alwaysCreateAdditionalOutput = true)
Parameters
Name | Type | Description |
---|---|---|
alwaysCreateAdditionalOutput | bool | true to always create additional output documents. |
Return Value
Type | Description |
---|---|
GenerateRedirects | The current module instance. |