Browser WebAPI: Session Storage for Blazor. The 4 methods on: https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage
$ dotnet add package Blazed.WebAPI.SessionStorageTheSessionStorageThat class contains the methods from https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
I. SetItem(string key, string value)
II. GetItem(string key)
III. RemoveItem(string key)
IV. Clear()