C# Class NCrawler.SitemapProcessor.SitemapProcessor

Courtesy of Muttok
Inheritance: IPipelineStep
Afficher le fichier Open project: esbencarlsen/NCrawler Class Usage Examples

Méthodes publiques

Méthode Description
Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
SitemapProcessor ( int maxDegreeOfParallelism ) : System

Méthodes protégées

Méthode Description
NormalizeLink ( string baseUrl, string link ) : string

Private Methods

Méthode Description
IsXmlContent ( string contentType ) : bool

Method Details

NormalizeLink() protected méthode

protected NormalizeLink ( string baseUrl, string link ) : string
baseUrl string
link string
Résultat string

Process() public méthode

public Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
crawler ICrawler
propertyBag PropertyBag
Résultat Task

SitemapProcessor() public méthode

public SitemapProcessor ( int maxDegreeOfParallelism ) : System
maxDegreeOfParallelism int
Résultat System