C# Class Crawler.CrawlerHelper

Afficher le fichier Open project: viren85/moviemirchi Class Usage Examples

Méthodes publiques

Méthode Description
GetElementWithAttribute ( HtmlNode root, string elementName, string attributeName, string attributeValue ) : HtmlNode

Private Methods

Méthode Description
SafeGetAttributeValue ( HtmlNode node, string name ) : string
SafeGetAttributeValue ( HtmlAgilityPack.HtmlNodeCollection collection, string name ) : string

Method Details

GetElementWithAttribute() public méthode

public GetElementWithAttribute ( HtmlNode root, string elementName, string attributeName, string attributeValue ) : HtmlNode
root HtmlAgilityPack.HtmlNode
elementName string
attributeName string
attributeValue string
Résultat HtmlAgilityPack.HtmlNode