- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Analyzer Extensions
Syntax
public static TBootstrapper AnalyzeDocument<TBootstrapper>(this TBootstrapper bootstrapper, string name, LogLevel logLevel, string pipeline, Phase phase, Func<IDocument, IAnalyzerContext, Task> analyzeFunc)
where TBootstrapper : IBootstrapper
Type Parameters
| Name | Description |
|---|---|
| TBootstrapper |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | TBootstrapper | |
| name | string | |
| logLevel | LogLevel | |
| pipeline | string | |
| phase | Phase | |
| analyzeFunc | Func |
Return Value
| Type | Description |
|---|---|
| TBootstrapper |