Skip to content

v4.6.10

Compare
Choose a tag to compare
@NightOwl888 NightOwl888 released this 30 Jul 07:20
· 46 commits to master since this release

Change Log

  1. Bug: Fix for preservedRouteParameters that are used as query string parameters (reported on StackOverflow). When the route is configured with an optional parameter that is not provided in the route, it is added to the route values collection as an empty value. An exception needed to be added so the query string value (if provided) will overwrite the route value in this case, which makes it act the same way MVC resolves an action method parameter. Route values still take precedence over query string values in all other cases where both are provided in the URL.