OptionAutoCloseOnEnd Field

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Defines if closing for non closed nodes must be done at the end or directly in the document. Setting this to true can actually change how browsers render the page. Default is false.

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

Syntax

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

See Also