Beispiel #1
0
 public UriData(string uriString) : base(uriString)
 {
     _slicePath = PathAndQuery.Remove(0, 1);
 }