EnvironmentVariablesExtensions Class

Definition

Provides extension methods for registering EnvironmentVariablesConfigurationProvider with IConfigurationBuilder.

C#
public static class EnvironmentVariablesExtensions
Inheritance
EnvironmentVariablesExtensions

Remarks

For more information and examples, see Environment variable configuration provider.

Methods

AddEnvironmentVariables(IConfigurationBuilder, Action<EnvironmentVariablesConfigurationSource>)

Adds an IConfigurationProvider that reads configuration values from environment variables.

AddEnvironmentVariables(IConfigurationBuilder, String)

Adds an IConfigurationProvider that reads configuration values from environment variables with a specified prefix.

AddEnvironmentVariables(IConfigurationBuilder)

Adds an IConfigurationProvider that reads configuration values from environment variables.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)