Class EnvConfigurationSource
Represents an ENV file as an IConfigurationSource.
Implements
Inherited Members
Namespace: Microsoft.Extensions.Configuration
Assembly: DotEnv.Extensions.Microsoft.Configuration.dll
Syntax
public class EnvConfigurationSource : IConfigurationSource
Properties
| Name | Description |
|---|---|
| Optional | Determines if loading the file is optional. |
| Path | The path to the file. |
Methods
| Name | Description |
|---|---|
| Build(IConfigurationBuilder) | Builds the EnvConfigurationProvider for this source. |