A Sandcastle Documented Class Library |
HtmlEntity..::..EntityValue Property |
HtmlEntity Class See Also Send Feedback |
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 (); } |