2 implementations of GetApplicationEnvironment
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
27public string GetApplicationEnvironment()
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
17public string GetApplicationEnvironment()
1 reference to GetApplicationEnvironment
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
174var applicationEnvironment = _jsMethods.GetApplicationEnvironment();