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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.