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