Basic implementation of IHostEnvironment, to support testing of anything that is dependent upon there being an implementation available More...
Properties | |
string | EnvironmentName = "Production" [getset] |
The name of the environment in which the application is being run More... | |
string | ApplicationName = "ApplicationName" [getset] |
The name of the application More... | |
string | ContentRootPath = @"C:\Windows\Temp" [getset] |
The path to the content root More... | |
IFileProvider | ContentRootFileProvider [getset] |
The file provider to the content root; null by default More... | |
Basic implementation of IHostEnvironment, to support testing of anything that is dependent upon there being an implementation available
Definition at line 21 of file TestHostEnvironment.cs.
|
getset |
The name of the application
Definition at line 32 of file TestHostEnvironment.cs.
|
getset |
The file provider to the content root; null by default
Definition at line 42 of file TestHostEnvironment.cs.
|
getset |
The path to the content root
Definition at line 37 of file TestHostEnvironment.cs.
|
getset |
The name of the environment in which the application is being run
Definition at line 27 of file TestHostEnvironment.cs.