I looked around for quite a while but found no satisfying result. I want to use normal Razor Pages within .Net Core MVC. I used Angular before to enrich my Views for UI functionality. I do not need a SPA, I just want to use C# code for UI modification. Can I use Blazor in any way just to use C# code for client side interactions instead of Javascript/Angular (etc.) and still render most of my views on the server just like normal MVC?
Thanks in advance.