1 implementation of Environment
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostEnvironment.cs (1)
14public string Environment { get; }
2 references to Environment
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostEnvironmentAdapter.cs (1)
20get => _webAssemblyHostEnvironment.Environment;
Hosting\WebAssemblyHostEnvironmentExtensions.cs (1)
60hostingEnvironment.Environment,