HtmlDocumentParseErrors Property |
Gets a list of parse errors found in the document.
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic IEnumerable<HtmlParseError> ParseErrors { get; }
Public ReadOnly Property ParseErrors As IEnumerable(Of HtmlParseError)
Get
Property Value
Type:
IEnumerableHtmlParseError
See Also