Class HtmlTableDivParse
- Namespace
- SunamoHtml.Html
- Assembly
- SunamoHtml.dll
EN: Parser for HTML div elements arranged in table-like structure. CZ: Parser pro HTML div elementy uspořádané v tabulkové struktuře.
public sealed class HtmlTableDivParse
- Inheritance
-
HtmlTableDivParse
- Inherited Members
- Extension Methods
Constructors
HtmlTableDivParse(IList<HtmlNode>, int)
Initializes a new instance with div elements divided into columns.
public HtmlTableDivParse(IList<HtmlNode> divs, int columnCount)
Parameters
Properties
Data
Gets the parsed data divided into rows and columns.
public IList<List<HtmlNode>> Data { get; }