Creates a service collection for use by the bootstrapper.
- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Syntax
protected virtual IServiceCollection CreateServiceCollection()
Remarks
Override to perform post-creation configuration or to use an alternate service collection type.
Return Value
| Type | Description |
|---|---|
| IServiceCollection | A service collection for use by the bootstrapper. |