Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct Microsoft.​Extensions.​Configuration.​ConfigurationDebugViewContext
Assembly: Microsoft.Extensions.Configuration.Abstractions
Provides data about the current item of the configuration.
Properties
public
IConfigurationProvider
ConfigurationProvider
Gets the <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" /> that was used to get the value of the current item.
public
string
Key
Gets the key of the current item.
public
string
Path
Gets the path of the current item.
public
string
Value
Gets the value of the current item.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object