3 references to IsEnvironment
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHostEnvironmentExtensions.cs (3)
20
return hostingEnvironment.
IsEnvironment
("Development");
32
return hostingEnvironment.
IsEnvironment
("Staging");
44
return hostingEnvironment.
IsEnvironment
("Production");