Méthode | Description | |
---|---|---|
CrawlSite ( Rock.Web.Cache.Site site ) : int |
Crawls a site.
|
|
Crawler ( ) : System |
Initializes a new instance of the Crawler class.
|
|
Crawler ( Rock.Web.Cache.Site site ) : System |
Initializes a new instance of the Crawler class.
|
Méthode | Description | |
---|---|---|
AddRangeButNoDuplicates ( List |
Merges a two lists of strings.
|
|
CrawlPage ( string url ) : void |
Crawls a page.
|
|
GetNodeText ( |
Gets the node text.
|
|
GetPageText ( HtmlAgilityPack.HtmlDocument page ) : string |
Gets the page text.
|
|
GetWebText ( string url ) : string |
Gets the response text for a given url.
|
|
PageHasBeenCrawled ( string url ) : bool |
Checks to see if the page has been crawled.
|
public CrawlSite ( Rock.Web.Cache.Site site ) : int | ||
site | Rock.Web.Cache.Site | |
Résultat | int |
public Crawler ( Rock.Web.Cache.Site site ) : System | ||
site | Rock.Web.Cache.Site | The site. |
Résultat | System |