Interface IPlaceholderResolverProvider
Namespace: Steeltoe.Extensions.Configuration
Assembly: Steeltoe.Extensions.Configuration.Abstractions.dll
Syntax
public interface IPlaceholderResolverProvider
Properties
| Edit this page View SourceProviders
Declaration
IList<IConfigurationProvider> Providers { get; }
Property Value
Type | Description |
---|---|
IList<IConfigurationProvider> |
ResolvedKeys
Declaration
IList<string> ResolvedKeys { get; }
Property Value
Type | Description |
---|---|
IList<System.String> |