Summary
Validates relative links, which is activated by default.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- ValidateLinks
Syntax
public ValidateLinks ValidateRelativeLinks(bool validateRelativeLinks = true)
Parameters
Name | Type | Description |
---|---|---|
validateRelativeLinks | bool | true to validate relative links. |
Return Value
Type | Description |
---|---|
ValidateLinks | The current module instance. |