AddIsolatedPipeline<TBootstrapper>(TBootstrapper, string, IModule[]) Method
Namespace
Statiq.App
Containing Type
BootstrapperPipelineExtensions

Syntax

public static TBootstrapper AddIsolatedPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, params IModule[] processModules) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
processModules IModule[]

Return Value

Type Description
TBootstrapper