I've run into a problem using the UriBuilder:
I can set the Fragment property. (you know the #label part.) It works fine.
I can set the Query property. (you know the ?key1=value1&key2=value2 part.)
It works fine.
.. but ...
When I set both the Fragment property and the Query property, it do not include the fragment part in the uri.
When I set both the Query property and the Fragment property, it do not include the query part in the uri.
So ... How do I get both to work with the UriBuilder?
I can set the Fragment property. (you know the #label part.) It works fine.
I can set the Query property. (you know the ?key1=value1&key2=value2 part.)
It works fine.
.. but ...
When I set both the Fragment property and the Query property, it do not include the fragment part in the uri.
When I set both the Query property and the Fragment property, it do not include the query part in the uri.
So ... How do I get both to work with the UriBuilder?