HostingEnvironmentExtensions.IsProduction(IHostingEnvironment) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查目前的主控環境名稱是否為 Production。 此 API 不應用於程式庫中,如需詳細資料,請參閱備註。
public:
[System::Runtime::CompilerServices::Extension]
static bool IsProduction(Microsoft::Extensions::Hosting::IHostingEnvironment ^ hostingEnvironment);
public static bool IsProduction (this Microsoft.Extensions.Hosting.IHostingEnvironment hostingEnvironment);
static member IsProduction : Microsoft.Extensions.Hosting.IHostingEnvironment -> bool
<Extension()>
Public Function IsProduction (hostingEnvironment As IHostingEnvironment) As Boolean
參數
- hostingEnvironment
- IHostingEnvironment
IHostingEnvironment 的執行個體。
傳回
若環境名稱是 Production,則為 true
;否則為 false
。
備註
環境名稱 「開發」、「生產」和「預備」是以應用程式開發人員的公用程式的形式提供。 連結庫作者應避免將這些環境名稱的特定行為結合。