Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
config.AppSettings.Settings.Remove("Custom");
config.AppSettings.Settings.Add("Custom", txtValue.Text);
config.Save(ConfigurationSaveMode.Modified);
ConfigurationManager.RefreshSection("appSettings");
相关文章
- 09-07js动态修改@keyframes
- 09-07easyui datagrid动态修改editor时动态绑定combobox的数据
- 09-07Winform後台如何動態修改App.config文件里的內容
- 09-07Vue动态修改数组元素响应
- 09-07springboot Quartz动态修改cron表达式
- 09-07vue table动态新增input行,修改值后无法输入
- 09-07动态修改 Retrofit 的url
- 09-07Retrofit 动态修改BaseUrl
- 09-07杰理 AC692N系列UART动态修改蓝牙名
- 09-07修改和获取web.config或app.config文件appSettings配置节中的Add里的value属性 函数