You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is explained on stackoverflow. When preservedRouteParameters are used as query string parameters, they only work when the query string uses the correct case of the key for the key value pair.
The solution should be to use the case that is configured in preservedRouteParameters to correct the casing when preserving the parameters to the route values dictionary.
The text was updated successfully, but these errors were encountered:
The issue is explained on stackoverflow. When preservedRouteParameters are used as query string parameters, they only work when the query string uses the correct case of the key for the key value pair.
The solution should be to use the case that is configured in preservedRouteParameters to correct the casing when preserving the parameters to the route values dictionary.
The text was updated successfully, but these errors were encountered: