HtmlDocumentParseErrors Property |
Gets a list of parse errors found in the document.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public IEnumerable<HtmlParseError> ParseErrors { get; }
Public ReadOnly Property ParseErrors As IEnumerable(Of HtmlParseError)
Get
Property Value
Type:
IEnumerableHtmlParseErrorSee Also