BuildPipeline<TBootstrapper>(TBootstrapper, string, Action<PipelineBuilder>) Method
Namespace
Statiq.App
Containing Type
BootstrapperPipelineExtensions

Syntax

public static TBootstrapper BuildPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, Action<PipelineBuilder> buildAction) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
buildAction Action<PipelineBuilder>

Return Value

Type Description
TBootstrapper