Allows content-based analyzers to run after content pipelines once content has been output.
To use, set the
PipelinePhases
to this pipeline's Process
phase.
- Namespace
- Statiq
.Web .Pipelines - Interfaces
- Base Types
-
- object
- Pipeline
Syntax
public class AnalyzeContent : Pipeline, IPipeline, IReadOnlyPipeline
Constructors
Name | Summary |
---|---|
AnalyzeContent |
Properties
Name | Property Type | Summary |
---|---|---|
Dependencies | HashSet |
Inherited from Pipeline
|
DependencyOf | HashSet |
Inherited from Pipeline
|
Deployment | bool |
Inherited from Pipeline
|
ExecutionPolicy | ExecutionPolicy |
Inherited from Pipeline
|
InputModules | ModuleList |
Modules that will execute during the input phase.
Inherited from Pipeline
|
Isolated | bool |
Inherited from Pipeline
|
OutputModules | ModuleList |
Modules that will execute during the output phase.
Inherited from Pipeline
|
Post |
bool |
Inherited from Pipeline
|
PostProcessModules | ModuleList |
Modules that will execute during the post-process phase.
Inherited from Pipeline
|
ProcessModules | ModuleList |
Modules that will execute during the process phase.
Inherited from Pipeline
|