Blazor Client Server Interactive Auto mode based application user login session Issue
I have created an Blazor web application having client server interactive mode, I need to create a user login based session for user claim based user identity using authentication state provider helper class. I don’t want to off prerendering by making server side for performance purpose.
Back-assign elements to MainLayout component from Child page in Blazor
Taking the standard structure of a blazor wasm project as an example, with the MainLayout
component and razor pages denoted by the @page
directive that is, basically I would need to render an element within the MainLayout
component, the one who is calling the @Body
directive, that is defined (as html) in another component which is a @page