LinqToQuerystring
LinqToQuerystring copied to clipboard
plus symbol in query string fails orderby desc
The following fails: http://localhost/api/Services/Widgets?$orderby=Created+desc
Whereas the following succeeds: http://localhost/api/Services/Widgets?$orderby=Created desc
Only difference is a space between the Created and desc.
+1 running into the same issue myself.