Skip to content

Blazor SSR - RemoteNavigationManager should be made public #62035

@darbrius

Description

@darbrius

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.

I am attempting to verify if a NavigationManager has been initialized prior to utilizing it in a Blazor SSR app using .NET8. I attempted to cast it to a RemoteNavigationManager and found that due to it being internal I am unable to do so and thus cannot verify if the JsRuntime has been initialized and bound.

Describe the solution you'd like

I would like RemoteNavigationManager to be made public.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions