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