Skip to content

Give Blazor SSR access to HTTP ContextΒ #50185

Closed
@westonwalker

Description

@westonwalker

Is there an existing issue for this?

  • I have searched the existing issues

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions