ConfigurationProvider Class

Definition

Defines the core behavior of configuration providers and provides a base for derived classes.

C#
public abstract class ConfigurationProvider : Microsoft.Extensions.Configuration.IConfigurationProvider
Inheritance
ConfigurationProvider
Derived
Implements

Remarks

For more information, see Configuration providers in .NET.

Constructors

Properties

Data

Gets or sets the configuration key-value pairs for this provider.

Methods

GetChildKeys(IEnumerable<String>, String)

Returns the list of keys that this provider has.

GetReloadToken()

Returns a IChangeToken that can be used to listen when this provider is reloaded.

Load()

Loads (or reloads) the data for this provider.

OnReload()

Triggers the reload change token and creates a new one.

Set(String, String)

Sets a value for a given key.

ToString()

Generates a string representing this provider name and relevant details.

TryGet(String, String)

Attempts to find a value with the given key.

Applies to

產品 版本
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)