HostingEnvironmentExtensions.IsProduction(IHostingEnvironment) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のホスティング環境名が Production であるかどうかを確認します。
public:
[System::Runtime::CompilerServices::Extension]
static bool IsProduction(Microsoft::AspNetCore::Hosting::IHostingEnvironment ^ hostingEnvironment);
public static bool IsProduction (this Microsoft.AspNetCore.Hosting.IHostingEnvironment hostingEnvironment);
static member IsProduction : Microsoft.AspNetCore.Hosting.IHostingEnvironment -> bool
<Extension()>
Public Function IsProduction (hostingEnvironment As IHostingEnvironment) As Boolean
パラメーター
- hostingEnvironment
- IHostingEnvironment
IHostingEnvironment のインスタンス。
戻り値
環境名が の場合は True、それ以外の場合は Productionfalse。