2 implementations of NavigationManager_GetBaseUri
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
45public string NavigationManager_GetBaseUri()
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
31public string NavigationManager_GetBaseUri()
1 reference to NavigationManager_GetBaseUri
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
166var baseUri = _jsMethods.NavigationManager_GetBaseUri();