Your example code, if it worked like MVC, unloads the Blazor application from the browser and goes to the MVC application.
How to do it in blazor component ?
Your intentions are not clear given the code example. If I had to guess, I think the MVC application is used to register a user? Is the idea to share MVC controller logic with the Blazor application?
Also, is this a Blazor server application? Client side?