Controls whether meta refresh pages are output.
- Namespace
- Statiq
.Core - Containing Type
- GenerateRedirects
Syntax
public GenerateRedirects WithMetaRefreshPages(bool metaRefreshPages = true)
Parameters
Name | Type | Description |
---|---|---|
metaRefreshPages | bool | If true , meta refresh pages are generated. |
Return Value
Type | Description |
---|---|
GenerateRedirects | The current module instance. |