ConstantSelector overview

Public Constructors

ConstantSelector Constructs a ConstantSelector which always returns constantValue from calls to ShouldFollow.

Public Fields

FalseSelector A selector which always returns
false
(never follow links).
TrueSelector A selector which always returns
true
(always follow links).

Public Methods

Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
Initialize Initializes this class
ReferenceEquals  (inherited from Object)  
ShouldFollow Determines whether or not a Request (link) should be crawled.
ToString  (inherited from Object)  

Public Properties

Value The value to always be returned by this selector.

Protected Methods

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

See Also

ConstantSelector Class | Eas.WebCrawler.PlugIns.Selectors Namespace | ConditionalSelector