- Namespace
- Statiq
.Common - Containing Type
- Bootstrapper
Pipeline Extensions
Syntax
public static TBootstrapper AddPipeline<TBootstrapper>(this TBootstrapper bootstrapper, Func<IReadOnlySettings, IPipeline> pipelineFunc)
where TBootstrapper : IBootstrapper
Type Parameters
| Name | Description |
|---|---|
| TBootstrapper |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | TBootstrapper | |
| pipelineFunc | Func |
Return Value
| Type | Description |
|---|---|
| TBootstrapper |