Microsoft.Extensions.Configuration.EnvironmentVariables
Provides configuration key-value pairs that are obtained from environment variables.
Initializes a new instance.
Initializes a new instance with the specified prefix.
A prefix used to filter the environment variables.
Loads the environment variables.
Generates a string representing this provider name and relevant details.
The configuration name.
Represents environment variables as an .
A prefix used to filter environment variables.
Builds the for this source.
The .
A .
Provides extension methods for registering with .
Adds an that reads configuration values from environment variables.
The to add to.
The .
Adds an that reads configuration values from environment variables
with a specified prefix.
The to add to.
The prefix that environment variable names must start with. The prefix will be removed from the environment variable names.
The .
Adds an that reads configuration values from environment variables.
The to add to.
The action that configures the source.
The .