We are in the process of building a Blazor.Net5 server application alongside a number of existing web projects (Blazor, Angular, html etc). We would like the Blazor application to be the only application the users go to and access the other sites from it.
I wanted to create a Blazor component supplied with a local address which then displays the site in question. I think this is possible but not sure how.
I could use iframes I guess but it seems like using ancient technology in a modern framework. I know this is not a key use case for Blazor, but I'd like to push the boundaries.
Does anyone have any ideas?