摘要: Configuration var builder = new ConfigurationBuilder(); builder.AddInMemoryCollection(); var config = builder.Build(); config["somekey"] = "somevalue"; // do some other work var setting = config["... 阅读全文
posted @ 2016-05-15 13:50 自然去留 阅读(305) 评论(0) 推荐(0)