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
graph BT
Type-->Base0["Pipeline"]
click Base0 "/api/Statiq.Core/Pipeline"
Base0-->Base1["object"]
Type-.->Interface0["IPipeline"]
click Interface0 "/api/Statiq.Common/IPipeline"
Type-.->Interface1["IReadOnlyPipeline"]
click Interface1 "/api/Statiq.Common/IReadOnlyPipeline"
Type["AnalyzeContent"]
class Type type-node
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
|