CoreGetConfiguration(String) Method
取得設定檔
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public static IConfiguration GetConfiguration(
string configurationFileName = null
)
- configurationFileName String (Optional)
- 設定檔名稱
IConfigurationIConfiguration
IConfiguration configuration = Core.GetConfiguration("eBizprise.Framework.json");
| Date | Version | Description |
|---|
| 2025/05/27 | 2.2.3.0 | 修正設定檔非預設時異常 |
| 2025/05/27 | 2.2.4.0 | 修正讀取包含環境之預設設定檔時檔名錯誤 |
| 2025/09/19 | 25.0.0.0 | 彙整2025年度初版 |
| 2025/12/05 | 25.0.2.0 | 增加支援.config副檔名,優先處理.json |