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