IHostEnvironment 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供應用程式執行所在的主控環境相關資訊。
public interface class IHostEnvironment
public interface IHostEnvironment
type IHostEnvironment = interface
Public Interface IHostEnvironment
- 衍生
屬性
ApplicationName |
取得或設定應用程式的名稱。 主機會自動將此屬性設定為包含應用程式進入點的組件。 |
ContentRootFileProvider |
取得或設定指向 ContentRootPath 的 IFileProvider。 |
ContentRootPath |
取得或設定包含應用程式內容檔案的目錄絕對路徑。 |
EnvironmentName |
取得或設定環境的名稱。 主機會自動將此屬性設為組態中指定的 "environment" 索引鍵值。 |
擴充方法
IsDevelopment(IHostEnvironment) |
檢查目前主機環境名稱是否為 Development。 此 API 不應用於程式庫中,如需詳細資料,請參閱備註。 |
IsEnvironment(IHostEnvironment, String) |
比較目前主機環境名稱與指定的值。 程式庫作者應避免使用此 API,如需詳細資料,請參閱備註。 |
IsProduction(IHostEnvironment) |
檢查目前主機環境名稱是否為 Production。 此 API 不應用於程式庫中,如需詳細資料,請參閱備註。 |
IsStaging(IHostEnvironment) |
檢查目前主機環境名稱是否為 Staging。 此 API 不應用於程式庫中,如需詳細資料,請參閱備註。 |