What is the preferred method to pass a query string in Blazor Webassembly? For example, I can pass the integer ID, but that is easy to change. Or do I not use query string and use protectedSessionStorage?
↧
What is the preferred method to pass a query string in Blazor Webassembly? For example, I can pass the integer ID, but that is easy to change. Or do I not use query string and use protectedSessionStorage?