ElementsFlags Field

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a collection of flags that define specific behaviors for specific element nodes. The table contains a DictionaryEntry list with the lowercase tag name as the Key, and a combination of HtmlElementFlags as the Value.

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

Syntax

C#
public static Dictionary<string, HtmlElementFlag> ElementsFlags
Visual Basic
Public Shared ElementsFlags As Dictionary(Of String, HtmlElementFlag)
Visual C++
public:
static Dictionary<String^, HtmlElementFlag>^ ElementsFlags

See Also