ConfigurationDebugViewContext
Provides the data about 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)