HTML to object

Element that converts HTML to an object and searches it. If XPath is specified, the result will be of AngleSharp.Dom.INode type, otherwise it will be of AngleSharp.Html.Parser.IHtmlDocument type.

Properties

- Variable*: [AngleSharp.Dom.INode / AngleSharp.Html.Parser.IHtmlDocument] Variable that gets the search result 'https://github.com/AngleSharp/AngleSharp'

- Data*: [String] HTML String

- XPath: [String] XPath expression string 'https://ru.wikipedia.org/wiki/XPath'

Last updated