CommandLineConfigurationExtensions Class

Definition

Extension methods for registering CommandLineConfigurationProvider with IConfigurationBuilder.

C#
public static class CommandLineConfigurationExtensions
Inheritance
CommandLineConfigurationExtensions

Remarks

For more information and examples, see Command-line configuration provider.

Methods

AddCommandLine(IConfigurationBuilder, Action<CommandLineConfigurationSource>)

Adds an IConfigurationProvider that reads configuration values from the command line.

AddCommandLine(IConfigurationBuilder, String[], IDictionary<String,String>)

Adds a CommandLineConfigurationProviderIConfigurationProvider that reads configuration values from the command line using the specified switch mappings.

AddCommandLine(IConfigurationBuilder, String[])

Adds a CommandLineConfigurationProviderIConfigurationProvider that reads configuration values from the command line.

Applies to

Produkt Versioner
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)