public NameValueCollection GetConfig(string SectionName) { return((NameValueCollection)ConfigurationSettings.GetConfig(SectionName)); }
/// <summary> /// Use if you have made changes to config.json at runtime. /// </summary> public static void RefreshAppSettings() { appSettings = null; }