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