麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 編程 > .NET > 正文

ASP.NET中Config文件的讀寫示例

2024-07-10 13:32:36
字體:
來源:轉載
供稿:網友

本文主要給大家介紹了關于ASP.NET中Config讀寫示例的相關內容,分享出來供大家參考學習,話不多說,來一起看看詳細的介紹吧。

方法如下:

如果是WinForm程序,需要添加引用:

  • System.ServiceModel
  • System.Configuration

App.config

<?xml version="1.0" encoding="utf-8" ?><configuration> <appSettings> <add key="testkey" value="0"></add> </appSettings></configuration>

NetUtilityLib

using System.Configuration;namespace pcauto{ public static class ConfigHelper {   ///<summary>    ///返回*.exe.config文件中appSettings配置節的value項    ///</summary>    ///<param name="strKey"></param>    ///<returns></returns>   public static string GetAppConfig(string strKey)  {   string file = System.Windows.Forms.Application.ExecutablePath;   Configuration config = ConfigurationManager.OpenExeConfiguration(file);    foreach (string key in config.AppSettings.Settings.AllKeys) {     if (key == strKey) {      return config.AppSettings.Settings[strKey].Value.ToString();     }    }   return null;  }  ///<summary>    ///在*.exe.config文件中appSettings配置節增加一對鍵值對    ///</summary>   ///<param name="newKey"></param>   ///<param name="newValue"></param>   public static void UpdateAppConfig(string newKey, string newValue) {    string file = System.Windows.Forms.Application.ExecutablePath;   Configuration config = ConfigurationManager.OpenExeConfiguration(file);    bool exist = false;    foreach (string key in config.AppSettings.Settings.AllKeys) {     if (key == newKey) { exist = true; }    }    if (exist) { config.AppSettings.Settings.Remove(newKey); }   config.AppSettings.Settings.Add(newKey, newValue);    config.Save(ConfigurationSaveMode.Modified);   ConfigurationManager.RefreshSection("appSettings");  }   }}

讀示例

ConfigHelper.GetAppConfig("testkey")

寫示例

ConfigHelper.UpdateAppConfig("testkey", "abc");

總結

以上就是這篇文章的全部內容了,希望本文的內容對大家的學習或者工作能帶來一定的幫助,如果有疑問大家可以留言交流,謝謝大家對VeVb武林網的支持


注:相關教程知識閱讀請移步到ASP.NET教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: aa国产视频一区二区 | 久久久日韩精品一区二区三区 | 91午夜视频| 九色中文字幕 | xvideos korean| 黄色的视频免费观看 | 久久久成人动漫 | 精品久久久久久亚洲精品 | 色网站综合 | 国产一极毛片 | 精品成人在线观看 | 国内精品久久久久久2021浪潮 | 桥本有菜免费av一区二区三区 | 国产羞羞视频在线观看 | 视频一区二区久久 | 97中文字幕第一一一页 | 亚洲最新色 | 蜜桃av网 | 污在线观看网站 | 欧美日韩国产成人在线观看 | 精品一区二区在线观看视频 | 视频在线色 | 精品一区二区三区毛片 | 午夜爱爱福利 | 国产精品久久久久久婷婷天堂 | 久久久线视频 | 9191色| 久久嗨| 亚洲天堂成人在线观看 | 国产毛片毛片 | 91精品视频网址 | 91快色 | 日本在线免费观看视频 | 羞羞答答tv | 精品国产乱码一区二区 | 国产欧美精品一区二区三区四区 | 亚洲午夜久久久久 | 亚洲第一色片 | 亚洲一区二区中文 | 精品一区二区三区中文字幕老牛 | 狠狠干视频网站 |