Answers for "c# read config"

C#
0

.net framework get configuration value from web.config

ConfigurationManager.AppSettings["MySetting"]
Posted by: Guest on November-06-2020
0

get value from config file c#

System.Configuration.ConfigurationManager.AppSettings[key];
Posted by: Guest on October-11-2021

C# Answers by Framework

Browse Popular Code Answers by Language