User2110873642 posted
i created a blazor project, and added the MVC Models, Views, Controllers folders. and registered the routing at startup.cs. and all seems to work fine when navigating the urls. (usually this is done the other way around, by starting with a MVC project, and
installing blazor, but this seems more complicated to me?)
unfortunately, im comming from web forms, and never seen razor syntax before. and i dont understand how to use blazor in MVC from here on.
is it possible to use blazor C# on the Views? or do i need to frame .razor files inside the views? and can i put .Razor files in the "\Views\Home" Folder or does it only work in the \Pages folder?