IConfigurationProvider Interface

Definition

Represents a configuration provider.

public interface IConfigurationProvider
type IConfigurationProvider = interface
Public Interface IConfigurationProvider

Methods

Name Description
LoadAsync()

Loads the configuration.

TryGet(String, String)

Tries to get the value for the specified key.

Applies to