C# Класс FluentSharp.For_HtmlAgilityPack.HtmlAgilityPack_ExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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