共用方式為


IHostingEnvironment 介面

定義

提供應用程式執行所在的主控環境相關資訊。

public interface IHostingEnvironment
type IHostingEnvironment = interface
Public Interface IHostingEnvironment

屬性

ApplicationName

取得或設定應用程式的名稱。 主機會自動將此屬性設定為包含應用程式進入點的組件。

EnvironmentName

取得或設定環境的名稱。 主機會自動將此屬性設定為組態中指定的 "environment" 索引鍵值。

適用於