AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.6" />

 HtmlEntityService

public sealed class HtmlEntityService : IEntityService, IService
Represents the list of all Html entities.
public static readonly IEntityService Resolver

Gets the instance to resolve entities.

public static string GetSymbolFromTable(int code)

Gets the symbol mapped by the table of common redirections.

public static bool IsInCharacterTable(int code)

Determines if the given code is actually in the table of common redirections.

public static bool IsInInvalidRange(int code)

Determines if the code is within an invalid range.

public static bool IsInvalidNumber(int code)

Determines if the code is an invalid number.

public string GetSymbol(string name)

Gets a symbol (that ended with a semicolon) specified by its entity name.