EnvironmentVariablesConfigurationProvider Constructors
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.
Overloads
EnvironmentVariablesConfigurationProvider() |
Initializes a new instance. |
EnvironmentVariablesConfigurationProvider(String) |
Initializes a new instance with the specified prefix. |
EnvironmentVariablesConfigurationProvider()
Initializes a new instance.
public:
EnvironmentVariablesConfigurationProvider();
public EnvironmentVariablesConfigurationProvider ();
Public Sub New ()
Applies to
EnvironmentVariablesConfigurationProvider(String)
Initializes a new instance with the specified prefix.
public:
EnvironmentVariablesConfigurationProvider(System::String ^ prefix);
public EnvironmentVariablesConfigurationProvider (string? prefix);
new Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider : string -> Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider
Public Sub New (prefix As String)
Parameters
- prefix
- String
A prefix used to filter the environment variables.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.