A Sandcastle Documented Class Library |
HtmlEntity..::..EntityName Property |
HtmlEntity Class See Also Send Feedback |
A collection of entities indexed by name.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public static Dictionary<int, string> EntityName { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property EntityName As Dictionary(Of Integer, String) Get |
Visual C++ |
---|
public: static property Dictionary<int, String^>^ EntityName { Dictionary<int, String^>^ get (); } |