haacked / routemagic

Utility Library to get the most out of ASP.NET Routing.
MIT License
186 stars 46 forks source link

Update src/RouteMagic/Internals/RedirectRoute.cs #8

Closed seththetech closed 4 years ago

seththetech commented 12 years ago

Updated route value processing to not explicitly pass in additional route values if none are passed to the To() method. This keeps origin route values from being added to the querystring of the redirect url which are not defined as part of the destination route.

haacked commented 12 years ago

Thanks for the pull request. Do you mind adding a unit test that demonstrates the problem that this fixes?

seththetech commented 12 years ago

I will yes as soon as I get a bit of downtime.

haacked commented 11 years ago

Hi @seththetech any updates on this?