- Namespace
- Statiq
.Common - Containing Type
- Bootstrapper
Configuration Extensions
Syntax
public static TBootstrapper ConfigureServices<TBootstrapper>(this TBootstrapper bootstrapper, Action<IServiceCollection> action)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
action | Action |
Return Value
Type | Description |
---|---|
TBootstrapper |