System.Net.WebUtility.HtmlEntities.HtmlEntities C# (CSharp) Method

HtmlEntities() static private method

static private HtmlEntities ( ) : System.Collections.Generic
return System.Collections.Generic
            static HtmlEntities()
            {
                // Make sure the initial capacity for s_lookupTable is correct
                Debug.Assert(s_lookupTable.Count == Count, $"There should be {Count} HTML entities, but {nameof(s_lookupTable)} has {s_lookupTable.Count} of them.");
            }
#endif
WebUtility.HtmlEntities