Summary
Controls whether meta refresh pages are output.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Contents - Containing Type
- Redirect
Syntax
public Redirect WithMetaRefreshPages(bool metaRefreshPages = true)
Parameters
| Name | Type | Description |
|---|---|---|
| metaRefreshPages | bool | If true, meta refresh pages are generated. |
Return Value
| Type | Description |
|---|---|
| Redirect | The current module instance. |
