ConfigureCommands<TBootstrapper>(TBootstrapper, Action<IConfigurator>) Method
Namespace
Statiq.App
Containing Type
BootstrapperCommandExtensions

Syntax

public static TBootstrapper ConfigureCommands<TBootstrapper>(this TBootstrapper bootstrapper, Action<IConfigurator> action) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
action Action<IConfigurator>

Return Value

Type Description
TBootstrapper