PartsUnlimited.WebsiteConfiguration.ContentDeliveryNetworkConfiguration.ContentDeliveryNetworkConfiguration C# (CSharp) Method

ContentDeliveryNetworkConfiguration() public method

public ContentDeliveryNetworkConfiguration ( IConfiguration config ) : Microsoft.Framework.Configuration
config IConfiguration
return Microsoft.Framework.Configuration
        public ContentDeliveryNetworkConfiguration(IConfiguration config)
        {
            Images = config.Get("images");
            Scripts = config.GetConfigurationSection("Scripts").ToLookup();
            Styles = config.GetConfigurationSection("Styles").ToLookup();
        }
ContentDeliveryNetworkConfiguration