IHostingEnvironment Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the hosting environment an application is running in.
public interface IHostingEnvironment
type IHostingEnvironment = interface
Public Interface IHostingEnvironment
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. |
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. |