HtmlDocumentOptionExtractErrorSourceText Field |
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:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public bool OptionExtractErrorSourceText
Public OptionExtractErrorSourceText As Boolean
Field Value
Type:
BooleanSee Also