IConfigurationProvider Interface
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.
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. |