WebAssemblyHostEnvironmentExtensions.IsStaging メソッド

定義

現在のホスティング環境名が 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、それ以外の場合は Stagingfalse。

適用対象