Give Blazor SSR access to HTTP Context #50185
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Currently Blazor SSR components do not have access to HTTP Context. So login and register pages have to be created using Razor Pages.
However, if using the Blazor enhanced navigation, switching between Blazor and Razor Page routes causes styling issues due to them using different layouts.
Describe the solution you'd like
I would like to Blazor SSR components to have access to the HTTP Context object. This would solve the above issue and allow us to entirely create apps with authentication in Blazor.
Additional context
No response
The text was updated successfully, but these errors were encountered: