OptionExtractErrorSourceText Field

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Defines if source text must be extracted while parsing errors. If the document has a lot of errors, or cascading errors, parsing performance can be dramatically affected if set to true. Default is false.

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

Syntax

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

See Also