C# 클래스 FluentSharp.For_HtmlAgilityPack.HtmlAgilityPack_ExtensionMethods

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
filter ( this htmlDocument, string query ) : List
html ( this htmlNodes ) : List
html ( this htmlDocument ) : string
htmlDocument ( this htmlCode ) : HtmlAgilityPack.HtmlDocument
innerHtml ( this htmlNodes ) : List
innerHtml ( this htmlNode ) : string
links ( this htmlDocument ) : List
outerHtml ( this htmlNodes ) : List
outerHtml ( this htmlNode ) : string
select ( this htmlDocument, string query ) : List
value ( this htmlNode ) : string
values ( this htmlNodes ) : List

메소드 상세

filter() 공개 정적인 메소드

public static filter ( this htmlDocument, string query ) : List
htmlDocument this
query string
리턴 List

html() 공개 정적인 메소드

public static html ( this htmlNodes ) : List
htmlNodes this
리턴 List

html() 공개 정적인 메소드

public static html ( this htmlDocument ) : string
htmlDocument this
리턴 string

htmlDocument() 공개 정적인 메소드

public static htmlDocument ( this htmlCode ) : HtmlAgilityPack.HtmlDocument
htmlCode this
리턴 HtmlAgilityPack.HtmlDocument

innerHtml() 공개 정적인 메소드

public static innerHtml ( this htmlNodes ) : List
htmlNodes this
리턴 List

innerHtml() 공개 정적인 메소드

public static innerHtml ( this htmlNode ) : string
htmlNode this
리턴 string

links() 공개 정적인 메소드

public static links ( this htmlDocument ) : List
htmlDocument this
리턴 List

outerHtml() 공개 정적인 메소드

public static outerHtml ( this htmlNodes ) : List
htmlNodes this
리턴 List

outerHtml() 공개 정적인 메소드

public static outerHtml ( this htmlNode ) : string
htmlNode this
리턴 string

select() 공개 정적인 메소드

public static select ( this htmlDocument, string query ) : List
htmlDocument this
query string
리턴 List

value() 공개 정적인 메소드

public static value ( this htmlNode ) : string
htmlNode this
리턴 string

values() 공개 정적인 메소드

public static values ( this htmlNodes ) : List
htmlNodes this
리턴 List