AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.1-beta.390" />

.NET API 956,416 bytes

 IEntityProvider

public interface IEntityProvider
Defines methods to create a custom entity service.
using System.Runtime.CompilerServices; namespace AngleSharp.Dom { [System.Runtime.CompilerServices.NullableContext(1)] public interface IEntityProvider { [return: System.Runtime.CompilerServices.Nullable(2)] string GetSymbol(string name); } }