EntityValue Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
A collection of entities indexed by value.

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

Syntax

C#
public static Dictionary<string, int> EntityValue { get; }
Visual Basic
Public Shared ReadOnly Property EntityValue As Dictionary(Of String, Integer)
	Get
Visual C++
public:
static property Dictionary<String^, int>^ EntityValue {
	Dictionary<String^, int>^ get ();
}

See Also