reading from app.config file

后端 未结 8 2427
不知归路
不知归路 2020-11-29 19:34

I am trying to read StartingMonthColumn and CategoryHeadingColumn from the below app.config file using the code

ConfigurationSettings.AppSettings[\"StartingM         


        
8条回答
  •  伪装坚强ぢ
    2020-11-29 19:58

    Just for the future reference, you just need to add System.Configuration to your references library:

提交回复
热议问题