I've a MudBlazor link element like this:
<MudNavLink Href="/orders" Match="NavLinkMatch.Prefix">Orders</MudNavLink>This works fine, but when I'm on the exact same page as the link Href and link the link, it does not navigate. I would like it to force a reload making my page able to reload the data.