ConfigurationDebugViewContext
Provides data about the current item of the configuration.
Gets the IConfigurationProvider that was used to get the value of the current item.
Gets the key of the current item.
Gets the path of the current item.
Gets the value of the current item.
public ConfigurationDebugViewContext(string path, string key, string value, IConfigurationProvider configurationProvider)
Initializes a new instance of a ConfigurationDebugViewContext, using the specified path, key, value, and configuration provider values.