Implemented interface member:
property
Value
Microsoft.Extensions.Configuration.IConfigurationSection.Value
3 references to Value
Microsoft.Extensions.Configuration (3)
ConfigurationSection.cs (3)
130if (Value is not null) 132s += $", Value = {Value}"; 155public string? Value => _current.Value;