AddAnalyzer<TAnalyzer>(Bootstrapper) Method
Namespace
Statiq.App
Containing Type
BootstrapperAnalyzerExtensions

Syntax

public static Bootstrapper AddAnalyzer<TAnalyzer>(this Bootstrapper bootstrapper) 
    where TAnalyzer : IAnalyzer

Type Parameters

Name Description
TAnalyzer

Parameters

Name Type Description
bootstrapper Bootstrapper

Return Value

Type Description
Bootstrapper