Interface IConfigurationSection
Inherited Members
Namespace: Microsoft.Extensions.Configuration
Assembly: Microsoft.Extensions.Configuration.Abstractions.dll
Syntax
public interface IConfigurationSection : IConfiguration
Properties
Key
Declaration
string Key { get; }
Property Value
Type | Description |
---|---|
string |
Path
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
string? Value { get; set; }
Property Value
Type | Description |
---|---|
string |