Indicates whether relative links in the description and content should be changed to absolute (the default is
true).
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds AbsolutizeLinks(bool absolutizeLinks = true)
Parameters
| Name | Type | Description |
|---|---|---|
| absolutizeLinks | bool | Whether relative links should be changed to absolute. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |