Class ActuatorConfigurator.DefaultHostingEnvironment
- Namespace
- Steeltoe.Management.Endpoint
- Assembly
- Steeltoe.Management.EndpointWeb.dll
public class ActuatorConfigurator.DefaultHostingEnvironment : IHostingEnvironment
- Inheritance
-
ActuatorConfigurator.DefaultHostingEnvironment
- Implements
- Inherited Members
Constructors
DefaultHostingEnvironment(string)
public DefaultHostingEnvironment(string profile)
Parameters
profile
string
Properties
ApplicationName
Gets or sets the name of the application. This property is automatically set by the host to the assembly containing the application entry point.
public string ApplicationName { get; set; }
Property Value
ContentRootFileProvider
Gets or sets an IFileProvider pointing at ContentRootPath.
public IFileProvider ContentRootFileProvider { get; set; }
Property Value
ContentRootPath
Gets or sets the absolute path to the directory that contains the application content files.
public string ContentRootPath { get; set; }
Property Value
EnvironmentName
Gets or sets the name of the environment. The host automatically sets this property to the value of the of the "environment" key as specified in configuration.
public string EnvironmentName { get; set; }