RocketEnvironment.

RocketEnvironment(string, string, string, IFileProvider) Constructor

Summary

Initializes a new instance of the RocketEnvironment class.

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