@using SteUp.Shared.Core.Interface.System.Network @inject INetworkService NetworkService
@code { private bool IsVisible { get; set; } = true; private bool PlusVisible { get; set; } = true; protected override Task OnInitializedAsync() { NavigationManager.LocationChanged += (_, args) => { var location = args.Location.Remove(0, NavigationManager.BaseUri.Length); var newIsVisible = new List