radzenhq / radzen-blazor-studio

Sample applications created with Radzen Blazor Studio
https://www.radzen.com/blazor-studio
16 stars 2 forks source link

Routing not working #142

Open portagas-admin opened 2 weeks ago

portagas-admin commented 2 weeks ago

Hello,

I created a project, with Blazor Studio using .NET8, routing would not work on a new page. I then created a project with .NET 7, it too didn't work, I then noticed how the @page '/***' was set in pages that worked. It appears the naming is important.

I suspect this is really a .NET issue and not Blazor studio. I am going to try again in .NET 8

Mike