Modifies an existing pipeline with name name.
- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Pipeline Extensions
Syntax
public static Bootstrapper ModifyPipeline(this Bootstrapper bootstrapper, string name, Action<IPipeline> action)
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | Bootstrapper | |
| name | string | |
| action | Action |
Return Value
| Type | Description |
|---|---|
| Bootstrapper |