Creates an engine with the specified service provider.
- Namespace
- Statiq
.Core - Containing Type
- Engine
Syntax
public Engine(IServiceCollection serviceCollection)
Parameters
| Name | Type | Description |
|---|---|---|
| serviceCollection | IServiceCollection | The service collection (or null for an empty default service collection). |