C# 클래스 Crawler.CrawlerHelper

파일 보기 프로젝트 열기: viren85/moviemirchi 1 사용 예제들

공개 메소드들

메소드 설명
GetElementWithAttribute ( HtmlNode root, string elementName, string attributeName, string attributeValue ) : HtmlNode

비공개 메소드들

메소드 설명
SafeGetAttributeValue ( HtmlNode node, string name ) : string
SafeGetAttributeValue ( HtmlAgilityPack.HtmlNodeCollection collection, string name ) : string

메소드 상세

GetElementWithAttribute() 공개 메소드

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