We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
376f50a
Url.Combine("http://root.com", "segment", "endpoint?x=1", "y=2", "#foo") => http://root.com/segment/endpoint?x=1&y=2#foo (#95)
Url.Combine("http://root.com", "segment", "endpoint?x=1", "y=2", "#foo")
http://root.com/segment/endpoint?x=1&y=2#foo