Summary

Extracts links from a processed page.
For a list of all members of this type, see LinkExtractor Members .

Declaration Syntax

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

Remarks

The WebCrawlerEngine calls into this class to find new links (a.k.a. System.Uris) for processing.

Requirements

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

See Also

LinkExtractor Members | Eas.WebCrawler.Interfaces Namespace