- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Pipeline Extensions
Syntax
public static TBootstrapper AddIsolatedPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, IEnumerable<IModule> processModules)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
name | string | |
processModules | IEnumerable |
Return Value
Type | Description |
---|---|
TBootstrapper |