次の方法で共有


HostingEnvironmentExtensions.IsProduction(IHostingEnvironment) メソッド

定義

現在のホスティング環境名が 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。

適用対象