ValidateLinksSettings Class

Summary

Settings for the Wyam.Web.Pipelines.ValidateLinks pipeline.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ValidateLinksSettings"] class Type type-node

Syntax

public class ValidateLinksSettings

Properties

Name Value Summary
Pipelines string[]
The name of pipelines from which links should be validated.
ValidateAbsoluteLinks ContextConfig
A delegate to indicate whether absolute links should be validated.
ValidateLinksAsError ContextConfig
A delegate to indicate whether links should validate as errors.
ValidateRelativeLinks ContextConfig
A delegate to indicate whether relative links should be validated.
GitHub