代码拉取完成,页面将自动刷新
App.Configuration["EsConfig:ConnectionStrings"];
{
"EsConfig": {
"ConnectionStrings": [ "http://127.0.0.1:9200/","http://127.0.0.1:9300/" ]
}
}
应该怎么读 用App.Configuration["EsConfig:ConnectionStrings"]; 返回是null
您确定json文件右键属性设置为复制了吗?
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
确定 App.Configuration["EsConfig:ConnectionStrings:0"] 可以读到第一个
@cicool 您可以看看微软的配置文档数组不是这样读的。配置只能获取最终根结点。
App.Configuration.GetSection("EsConfig:ConnectionStrings").GetChildren() 能读到全部
登录 后才可以发表评论