System.Net.WebUtility.HtmlEntities.HtmlEntities C# (CSharp) 메소드

HtmlEntities() 정적인 개인적인 메소드

static private HtmlEntities ( ) : System.Collections.Generic
리턴 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