Summary

Determines what uris (links) should be crawled.
For a list of all members of this type, see LinkSelector Members .

Declaration Syntax

Public Interface LinkSelector
	Inherits WebCrawlerComponent
public interface LinkSelector : WebCrawlerComponent
public __gc __interface LinkSelector : public WebCrawlerComponent
public interface LinkSelector implements WebCrawlerComponent

Remarks

The WebCrawlerEngine calls into this class when it encounters a link. This class tells the engine if that link should also be crawled.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

LinkSelector Members | Eas.WebCrawler.Interfaces Namespace