ConfigureAnalyzers<TBootstrapper>(TBootstrapper, Action<IAnalyzerCollection>) Method
Namespace
Statiq.App
Containing Type
BootstrapperAnalyzerExtensions

Syntax

public static TBootstrapper ConfigureAnalyzers<TBootstrapper>(this TBootstrapper bootstrapper, Action<IAnalyzerCollection> analyzersAction) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
analyzersAction Action<IAnalyzerCollection>

Return Value

Type Description
TBootstrapper