Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Url"/> class.
 /// </summary>
 /// <param name="uri">The URL to find.</param>
 public Url(Uri uri)
     : base(attributeName, uri.ToString())
 {
     comparer = new UriComparer(uri);
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Url"/> class.
 /// </summary>
 /// <param name="uri">The URL to find.</param>
 public Url(Uri uri)
     : base(attributeName, uri.ToString())
 {
     comparer = new UriComparer(uri);
 }