HtmlParseErrorCode Enumeration

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Represents the type of parsing error.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public enum HtmlParseErrorCode
Visual Basic
Public Enumeration HtmlParseErrorCode
Visual C++
public enum class 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