C# Class Crawler.CrawlerHelper

Exibir arquivo Open project: viren85/moviemirchi Class Usage Examples

Public Methods

Method Description
GetElementWithAttribute ( HtmlNode root, string elementName, string attributeName, string attributeValue ) : HtmlNode

Private Methods

Method Description
SafeGetAttributeValue ( HtmlNode node, string name ) : string
SafeGetAttributeValue ( HtmlAgilityPack.HtmlNodeCollection collection, string name ) : string

Method Details

GetElementWithAttribute() public method

public GetElementWithAttribute ( HtmlNode root, string elementName, string attributeName, string attributeValue ) : HtmlNode
root HtmlAgilityPack.HtmlNode
elementName string
attributeName string
attributeValue string
return HtmlAgilityPack.HtmlNode