.net配置文件读取

public static string LogPath
{
get { return AppSettingValue(); }
} public static string AppSettingValue([CallerMemberName] string key = null)
{
return ConfigurationManager.AppSettings[key];
}

  使用:

AppSettingConfig.LogPath

配置文件:

<add key="LogPath" value="d:\\test"/>

上一篇:mapbox层级变小,部分图标+文字不进行绘制问题


下一篇:MapBox加载矢量瓦片