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