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

Syntax

public class ValidateRelativeLinks : ValidateLinks, IAnalyzer

Properties

Name Property Type Summary
LogLevel LogLevel
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