Creates an engine with the specified application state.
- Namespace
- Statiq
.Core - Containing Type
- Engine
Syntax
public Engine(IApplicationState applicationState)
Parameters
Name | Type | Description |
---|---|---|
applicationState | IApplicationState | The state of the application (or null for an empty application state). |