Class GenericHostingEnvironment
Inheritance
System.Object
GenericHostingEnvironment
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class GenericHostingEnvironment : IHostEnvironment
Properties
|
Edit this page
View Source
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ContentRootFileProvider
Declaration
public IFileProvider ContentRootFileProvider { get; set; }
Property Value
Type |
Description |
IFileProvider |
|
|
Edit this page
View Source
ContentRootPath
Declaration
public string ContentRootPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
EnvironmentName
Declaration
public string EnvironmentName { get; set; }
Property Value
Type |
Description |
System.String |
|