I have a small issue with the RadzenLink component, which is as much a Blazor issue as anything.
Say i'm editing a widget and i'm on http://radzenisgreat/widget/6
and then i want to add a new widget and click on a link
< RadzenLink Path="/widget" Text="new widget" />
It doesn't actually refresh the page.
Same issue and solution here:
Force reload blazor component (pragimtech.com)
I was thinking it'd be good to add a "ForceLoad" option to the RadzenLink component, unless there's another way of doing this?