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