WebAssemblyHostEnvironmentExtensions.IsStaging Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if the current hosting environment name is 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
Parameters
- hostingEnvironment
- IWebAssemblyHostEnvironment
An instance of IWebAssemblyHostEnvironment.
Returns
True if the environment name is Staging
, otherwise false.