ExtensionSelector overview

Public Constructors

ExtensionSelector Constructs a selector based on two selectors which are chosen based on whether or not the request has an extension in any of the arrays in extensions.

Public Fields

BinaryExtensions Common extensions for files that are not text (not html).
FlashExtensions Common extensions for flash objects.
HtmlExtensions Common extensions that are text (html).
HtmlSupportFiles Common extensions for text files that are not html.
ImageExtensions Common extensions for images.
MovieExtensions Common extensions for movies.

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
.
FollowedExtensions The extensions that should be followed.
TrueSelector  (inherited from ConditionalSelector) The Selector called if the conditional is True.
UseTrueSelectorForDirectoryUris Whether or not to use the trueSelector for default pages (those that are liked to using only the directory).

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

ExtensionSelector Class | Eas.WebCrawler.PlugIns.Selectors Namespace