Skip to content

ListSelectorAttribute

jasniec edited this page Nov 1, 2019 · 1 revision

ListSelectorAttribute is used in parsing lists (in main class: WebContentParser.ParseList)

Constructor attributes:

  • string selector - css selector to list holder

Optional properties:

  • string ChildSelector - root node is element found by selector. If you don't want to consider every children as parse element, set ChildSelector to point at only these children which you want to parse.

Clone this wiki locally