Blazor Routing - multiple modules from assemblies in one app.

Hi, I have an Blazor WebAssembly app that should contain multiple modules from separete Assemblies. Each module contains it's own Pages. I would like to have an custom router that picks the module by the prefix. E.g. /login is routed to the LoginPage from the main assembly, but /modulex/pagex is routed to PageX from the module. Is it possible to acheve this in Blazor?
Was this page helpful?