- Namespace
- Statiq
.Common - Containing Type
- Bootstrapper
Pipeline Extensions
Syntax
public static TBootstrapper AddPipelines<TBootstrapper>(this TBootstrapper bootstrapper, Action<IReadOnlySettings, IPipelineCollection> action)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
action | Action |
Return Value
Type | Description |
---|---|
TBootstrapper |