Application configuration provider

ConfigurationProvider extracts options/preferences from the application configuration data.

Its Prefix must be passed in the constructor, it has no save capabilities, and it is always Enabled.

Below the list of all provider specific properties:


        public string SourcePrefix { get; set; }
        

With:

SourcePrefix
Prefix in the configuration data whose entries are processed by the provider. This prefix is removed before each field name is concatenated with Prefix to get the final path in the request dictionary.


Fork me on GitHub