- Namespace
- Statiq
.Web - Interfaces
- Base Types
-
- object
- Analyzer
- HtmlAnalyzer
- Derived Types
Syntax
public abstract class ValidateLinks : HtmlAnalyzer, IAnalyzer
Properties
Name | Property Type | Summary |
---|---|---|
LogLevel | LogLevel |
The level at which this analyzer should log.
Inherited from Analyzer
|
PipelinePhases | MultiValueDictionary |
The pipelines and phases this analyzer will be run after.
Inherited from Analyzer
|
Methods
Name | Return Value | Summary |
---|---|---|
AddAnalyzerResult |
void |
static
|
AnalyzeAsync |
Task |
Performs analysis.
Inherited from Analyzer
|
AnalyzeAsync |
Task |
Inherited from HtmlAnalyzer
|
AnalyzeDocumentAsync |
Task |
Inherited from HtmlAnalyzer
|
Before |
Task |
Called for each analyzer instance before each execution.
Inherited from Analyzer
|
GetLinks |
IEnumerable |
static
|