X Tutup
The Wayback Machine - https://web.archive.org/web/20201214153902/https://github.com/anjoy8/Blog.Core/wiki/Appsettings
Skip to content

Appsettings

ansonzhang edited this page Jun 6, 2019 · 1 revision

这个是帮助更好的在解决方案中,使用配置文件 appsettings.json

类文件

├─Blog.Core.Common
├──Helper
│   ├─Appsettings.cs

使用

两种都行

1、Appsettings.app(new string[] { "AppSettings", "Sqlite", "SqliteConnection" });

2、Appsettings.app("AppSettings", "Sqlite", "SqliteConnection");

You can’t perform that action at this time.
X Tutup