Summary
Create the pipeline.
- Assembly
- Wyam
.Web .dll - Namespace
- Wyam
.Web .Pipelines - Containing Type
- ConditionalPipeline
Syntax
public ConditionalPipeline(ContextConfig condition, Pipeline pipeline)
Parameters
Name | Type | Description |
---|---|---|
condition | ContextConfig | A delegate that specifies the condition. |
pipeline | Pipeline | The pipeline to wrap. |
Return Value
Type | Description |
---|---|
void |