// 讀取客制化 Json 檔案
// Json 檔案格為 appsettings.[目前組態].json
string appsettingJson_ = $"appsettings.{DebuggingProperties.Config}.json";
// 讀取目錄內客制化的 Json 檔案
_config = new ConfigurationBuilder()
.SetBasePath(Directory.GetCurrentDirectory())
.AddJsonFile(appsettingJson_, optional: true)
.Build();
DebuggingProperties.Config 的原理可以參考這篇:怎樣判斷 .NET Core (包含 ASP.NET Core)是 Debug 或 Release ?
2019年2月26日 星期二
ASP.NET Core (包含 .NET Core)如何超簡單讀取客制化 json 檔案
利用 ConfigurationBuilder 就可以讀取客制化的 Json 檔案
訂閱:
張貼留言 (Atom)
Visual Studio 2017/2019 推薦的擴充功能與更新
參考文章: 覺得 Google 的 Blogger 不太順手?透過 HTML 的 iframe 移花接木 HackMD
-
把程式的捷徑放在下列目錄內: C:\Users\使用者帳號\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup 每次開機便會自動開啟你的程式
-
在「設定」中輸入 editor.fontsize 如下圖框內調整字體大小 PS、目前不支援Ctrl + mouse scroll up/down 調整字體大小 Ctrl + 放大字體 Ctrl - 縮小字體
沒有留言:
張貼留言