- Namespace
- Statiq
.Web - Interfaces
- Base Types
-
- object
- Analyzer
- HtmlAnalyzer
- ValidateLinks
graph BT
Type-->Base0["ValidateLinks"]
click Base0 "/api/Statiq.Web/ValidateLinks"
Base0-->Base1["HtmlAnalyzer"]
click Base1 "/api/Statiq.Web/HtmlAnalyzer"
Base1-->Base2["Analyzer"]
click Base2 "/api/Statiq.Common/Analyzer"
Base2-->Base3["object"]
Type-.->Interface0["IAnalyzer"]
click Interface0 "/api/Statiq.Common/IAnalyzer"
Type["ValidateAbsoluteLinks"]
class Type type-node
Syntax
public class ValidateAbsoluteLinks : ValidateLinks, IAnalyzer
Properties
Name | Property Type | Summary |
---|---|---|
LogLevel | LogLevel |
Validating absolute links is expensive, so this should be disabled by default.
|
PipelinePhases | MultiValueDictionary |
The pipelines and phases this analyzer will be run after.
Inherited from Analyzer
|
Methods
Name | Return Value | Summary |
---|---|---|
AddAnalyzerResult |
void |
Inherited from ValidateLinks
static
|
AnalyzeAsync |
Task | |
AnalyzeAsync |
Task | |
AnalyzeDocumentAsync |
Task |
Inherited from HtmlAnalyzer
|
Before |
Task |
Called for each analyzer instance before each execution.
Inherited from Analyzer
|
GetLinks |
IEnumerable |
Inherited from ValidateLinks
static
|