ModifyPipeline(Bootstrapper, string, Action<IPipeline>) Method
Modifies an existing pipeline with name name.
Namespace
Statiq.App
Containing Type
BootstrapperPipelineExtensions

Syntax

public static Bootstrapper ModifyPipeline(this Bootstrapper bootstrapper, string name, Action<IPipeline> action)

Parameters

Name Type Description
bootstrapper Bootstrapper
name string
action Action<IPipeline>

Return Value

Type Description
Bootstrapper