Blazor (Server-Side) component not refreshing on navigation with multiple routes #12232
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Describe the bug
If a razor component has optional parameters (multiple routes) it does not refresh if navigating from the component with parameter to the component without parameter.
To Reproduce
Steps to reproduce the behavior:
/about
. Click on about you. Click on about us.Expected behavior
It should refresh.
The text was updated successfully, but these errors were encountered: