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