-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
As discussed in #100, user expect RazorConsole to support the default Blazor navigation model — including pages, routing, and NavigationManager.
I think it is a pretty good idea - I'd like to implement it.
Proposed Implementation
I’ve already experimented with a prototype. It uses:
- a custom route registry,
- a custom navigation manager implementation,
- and a few internal components (
ConsoleRouterandConsoleRouteViewas analogy toRouterandRouteView) to map console rendering to the standard Blazor routing pipeline.
Component API remains identical to Blazor — meaning @page and @layout routing-related directives continue to work as usual.
If this proposal aligns with the project vision, I’m ready to finalize the implementation and submit a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request