Answers for "how to reload app.config file at runtime in c#"

C#
0

how to reload app.config file at runtime in c#

public static void RefreshAppSettings()
{
   ConfigurationManager.RefreshSection("appSettings");
}
Posted by: Guest on May-18-2020

Code answers related to "how to reload app.config file at runtime in c#"

C# Answers by Framework

Browse Popular Code Answers by Language