Indicates whether the host should be automatically included in generated redirect links.
- Namespace
- Statiq
.Core - Containing Type
- GenerateRedirects
Syntax
public GenerateRedirects IncludeHost(bool includeHost = true)
Parameters
Name | Type | Description |
---|---|---|
includeHost | bool | true to include the host. |
Return Value
Type | Description |
---|---|
GenerateRedirects | The current module instance. |