ValidateAbsoluteLinks Class
Namespace
Statiq.Web
Interfaces
Base Types
ValidateAbsoluteLinks
ValidateLinks
HtmlAnalyzer
Analyzer
object
IAnalyzer

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<string, Phase>
The pipelines and phases this analyzer will be run after.
Inherited from Analyzer

Methods

Name Return Value Summary
AddAnalyzerResult(string, IEnumerable<IElement>, IDocument, IAnalyzerContext) void
Inherited from ValidateLinks
static
AnalyzeAsync(IAnalyzerContext) Task
AnalyzeAsync(IHtmlDocument, IDocument, IAnalyzerContext) Task
AnalyzeDocumentAsync(IDocument, IAnalyzerContext) Task
Inherited from HtmlAnalyzer
BeforeEngineExecutionAsync(IEngine, Guid) Task
Called for each analyzer instance before each execution.
Inherited from Analyzer
GetLinks(IHtmlDocument, IDocument, IAnalyzerContext, bool) IEnumerable<(string, IEnumerable<IElement>)>
Inherited from ValidateLinks
static

Extension Methods