Skip to content

WebsiteParserModel

jasniec edited this page Nov 1, 2019 · 1 revision

WebsiteParserModel was created to extract part of a page/model to another class.

Optional properties:

  • string Selector - css selector to the part wich will be the root node of sub-class parsing process
  • bool SkipIfNotFound - if (described above) selector won't find an element, the exception won't be thrown and parsing process will go to the next property

If none of sub-class properties won't have start attribute, the instance of the class will be created and any of the fields won't be filled