using System; public class Test { public static void Main() { Uri uriAddress = new Uri("http://w...content-available-to-author-only...o.com/index.htm#search"); Console.WriteLine("The path of this Uri is {0}", uriAddress.GetLeftPart(UriPartial.Authority)); } }