Summary
Initializes a new instance of the
RocketEnvironment class.
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- RocketEnvironment
Syntax
public RocketEnvironment(string environmentName, string applicationName, string contentRootPath, IFileProvider contentRootFileProvider)
Parameters
| Name | Type | Description |
|---|---|---|
| environmentName | string | Name of the environment. |
| applicationName | string | Name of the application. |
| contentRootPath | string | The content root path. |
| contentRootFileProvider | IFileProvider | The content root file provider. |
Return Value
| Type | Description |
|---|---|
| void |
