fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. Uri uriAddress = new Uri("http://w...content-available-to-author-only...y.com/index.htm#search");
  8.  
  9. Console.WriteLine("The path of this Uri is {0}", uriAddress.Fragment);
  10. }
  11. }
Success #stdin #stdout 0.05s 24816KB
stdin
Standard input is empty
stdout
The path of this Uri is #search