[Mono-devel-list] UriBuilder patch
Miguel de Icaza
miguel at ximian.com
Sun Sep 21 21:26:18 EDT 2003
Hello,
> UriBuilder.Query set: Make it more consistent with the getter by
> trimming excessive '?'s off the start.
>
> This allows for the following code
>
> UriBuilder ub = new
> UriBuilder("http://www.test.com/index.aspx?first=0");
> ub.Query += "&second=0";
Is this the behavior in .NET?
If so, please submit a unit test as well, so we can track this feature.
Miguel
More information about the Mono-devel-list
mailing list