NameSelector overview

Public Constructors

NameSelector Constructs a NameSelector from two selectors and a list of substrings (names).

Public Methods

Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
Initialize  (inherited from ConditionalSelector)  
ReferenceEquals  (inherited from Object)  
ShouldFollow  (inherited from ConditionalSelector)  
ToString  (inherited from Object)  

Public Properties

FalseSelector  (inherited from ConditionalSelector) The LinkSelector called if the conditional returns
true
.
Names The substrings to look for in the request's Uri.
TrueSelector  (inherited from ConditionalSelector) The Selector called if the conditional is True.

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

Protected Properties

ConditionalDelegate  (inherited from ConditionalSelector) The delegate called to decide which selector to use.

See Also

NameSelector Class | Eas.WebCrawler.PlugIns.Selectors Namespace