AnalyzeDocument<TBootstrapper>(TBootstrapper, string, LogLevel, string, Phase, Action<IDocument, IAnalyzerContext>) Method
Namespace
Statiq.App
Containing Type
BootstrapperAnalyzerExtensions

Syntax

public static TBootstrapper AnalyzeDocument<TBootstrapper>(this TBootstrapper bootstrapper, string name, LogLevel logLevel, string pipeline, Phase phase, Action<IDocument, IAnalyzerContext> analyzeAction) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
logLevel LogLevel
pipeline string
phase Phase
analyzeAction Action<IDocument, IAnalyzerContext>

Return Value

Type Description
TBootstrapper