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");

入门指南

前端项目

交流与反馈

  • FAQ page is a good place to see whether your question is already asked.
  • Ask a question in cnblogs if you need help.
  • Submit an issue if you found a bug or have a feature request.
  • Open a pull request when you prepared to contribute. Before that, it is encouraged to open an issue to discuss.

更新日志

Clone this wiki locally