The ComponentsLocationValidator class uses both Uri and Regex validation of page locations.
Inheritance: RelaxedFolderLocationValidator
Esempio n. 1
0
 public Browser()
 {
     _handler = new HttpClientHandler
     {
         AllowAutoRedirect = false
     };
     _client             = new HttpClient(_handler);
     ContentTypeResolver = new DefaultPageContentTypeResolver();
     LocationValidator   = new CompositeLocationValidator();
 }