Forum Discussion
Nov 03, 2021
Server-side Blazor state management
One of the more interesting things about server-side Blazor is that, unlike all previous UI frameworks, it maintains all per-user state (including the user's identity) in a dependency injection scope...
DefWebserver
Nov 03, 2021Copper Contributor
The good news is the the .razor page always *does* know who the current user is.
When calling .cs code, yes, I do need to pass the identity of the current user.
When calling .cs code, yes, I do need to pass the identity of the current user.