AnalyzeMarkdown<TBootstrapper>(TBootstrapper, string, LogLevel, Func<MarkdownDocument, IDocument, IAnalyzerContext, Task>) Method
Namespace
Statiq.Web
Containing Type
BootstrapperAnalyzerExtensions

Syntax

public static TBootstrapper AnalyzeMarkdown<TBootstrapper>(this TBootstrapper bootstrapper, string name, LogLevel logLevel, Func<MarkdownDocument, IDocument, IAnalyzerContext, Task> analyzeFunc) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
logLevel LogLevel
analyzeFunc Func<MarkdownDocument, IDocument, IAnalyzerContext, Task>

Return Value

Type Description
TBootstrapper