- Namespace
- Statiq
.Web - Containing Type
- Bootstrapper
Analyzer Extensions
Syntax
public static TBootstrapper AnalyzeHtml<TBootstrapper>(this TBootstrapper bootstrapper, string name, LogLevel logLevel, Action<IHtmlDocument, IDocument, IAnalyzerContext> analyzeAction)
where TBootstrapper : IBootstrapper
Type Parameters
| Name | Description |
|---|---|
| TBootstrapper |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | TBootstrapper | |
| name | string | |
| logLevel | LogLevel | |
| analyzeAction | Action |
Return Value
| Type | Description |
|---|---|
| TBootstrapper |