How do I save string to session storage in Blazor Server in the _Host.cshtml file
Like the title says, I am wondering how to save strings to session storage in Blazor Server in the _Host.cshtml file to then read them in the other Blazor pages. I am getting data from a LiteDB database. I tries using the Blazored.SessionStorage package, but I got an error, without a direct code?, it just… Read More How do I save string to session storage in Blazor Server in the _Host.cshtml file