LinqToQuerystring
LinqToQuerystring copied to clipboard
Decoded URL in LinqToQueryableAttribute.
Decoded URL in LinqToQueryableAttribute. This fixes issues with encoded urls. Fixes #36 and #51.
Have you considered using Uri.UnescapeDataString? The only downside seems to be that it doesn't decode the + character, so that should be handled manually. Still, my personal opinion is that it's better than adding a new dependency just for that.