ValidateLinks.

AsError(bool) Method

Summary

When the validation process is complete, all the validation failures will be output as warnings. This method can be used to report all of the failures as errors instead (possibly breaking the generation).
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
ValidateLinks

Syntax

public ValidateLinks AsError(bool asError = true)

Parameters

Name Type Description
asError bool true to report failures as an error.

Return Value

Type Description
ValidateLinks The current module instance.
GitHub