Click or drag to resize
HtmlParseErrorCode Enumeration
Represents the type of parsing error.

Namespace: WorkflowGen.My.HtmlAgilityPack
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public enum HtmlParseErrorCode
Members
  Member nameValueDescription
TagNotClosed0 A tag was not closed.
TagNotOpened1 A tag was not opened.
CharsetMismatch2 There is a charset mismatch between stream and declared (META) encoding.
EndTagNotRequired3 An end tag was not required.
EndTagInvalidHere4 An end tag is invalid at this position.
See Also