Quantcast
Channel: Caliburn.Micro: Xaml Made Easy
Viewing all articles
Browse latest Browse all 1760

Commented Issue: BuildQueryString bug [272]

$
0
0
UriBuilder.cs has problem when a query string parameter value has special characters like +

I found a workaround
in line 79
var result = queryString
.Aggregate("?", (current, pair) => current + (pair.Key + "=" + Uri.EscapeDataString(pair.Value) + "&"));
Comments: What problem/solution you are describing? Is it the same as https://caliburnmicro.codeplex.com/workitem/227 or a new issue? Note: #227 is fixed in source but not in the released version.

Viewing all articles
Browse latest Browse all 1760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>