Hello, I would like to combine umbraco and blazor (server) to have both of them in one project. I know how to use blazor component in razor mvc, but this is not what I need; I want the blazor page to respond, when I call for it. I can't seem to make it work. Has anyone made it before?
Hello, thanks for the links, but this about blazor component in razor mvc. I would like to run blazor application and umbraco razor mvc together in one project. If I were to make a razor component and give it an address via @page, redirecting upon that page would render empty html. Is this even possible?
Umbraco and Blazor together
Hello, I would like to combine umbraco and blazor (server) to have both of them in one project. I know how to use blazor component in razor mvc, but this is not what I need; I want the blazor page to respond, when I call for it. I can't seem to make it work. Has anyone made it before?
Hi Rok,
Maybe this example project from Corne can help you:
https://github.com/cornehoskam/umbraco9-blazor
https://cornehoskam.com/posts/how-to-use-server-side-blazor-with-umbraco-9-live-notifications
Jeroen
Hello, thanks for the links, but this about blazor component in razor mvc. I would like to run blazor application and umbraco razor mvc together in one project. If I were to make a razor component and give it an address via @page, redirecting upon that page would render empty html. Is this even possible?
Probably not possible in the manner you are suggesting, as it would require two different sets of routing running at the same time.
is working on a reply...