Enum HtmlParseErrorCode
- Namespace
- HtmlAgilityPack
- Assembly
- HtmlAgilityPack.dll
Represents the type of parsing error.
public enum HtmlParseErrorCode
Fields
CharsetMismatch = 2
There is a charset mismatch between stream and declared (META) encoding.
EndTagInvalidHere = 4
An end tag is invalid at this position.
EndTagNotRequired = 3
An end tag was not required.
TagNotClosed = 0
A tag was not closed.
TagNotOpened = 1
A tag was not opened.