PipelinePhases Property
The pipelines and phases this analyzer will be run after.
Namespace
Statiq.Common
Containing Type
IAnalyzer
Property Type
IEnumerable<KeyValuePair<string, Phase>>

Syntax

IEnumerable<KeyValuePair<string, Phase>> PipelinePhases { get; }

Value

Type Description
IEnumerable<KeyValuePair<string, Phase>>