Path.Combine is handy, but is there a similar function in the .NET framework for URLs?
I\'m looking for syntax like this:
Url.Combine(\"http://MyUrl.
Path.Combine("Http://MyUrl.com/", "/Images/Image.jpg").Replace("\\", "/")