Table of Contents

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

divs IList<HtmlNode>

List of div nodes to parse.

columnCount int

Number of columns per row.

Properties

Data

Gets the parsed data divided into rows and columns.

public IList<List<HtmlNode>> Data { get; }

Property Value

IList<List<HtmlNode>>