OptionFixNestedTags Field

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Defines if LI, TR, TH, TD tags must be partially fixed when nesting errors are detected. Default is false.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool OptionFixNestedTags
Visual Basic
Public OptionFixNestedTags As Boolean
Visual C++
public:
bool OptionFixNestedTags

See Also