AngleSharp by AngleSharp

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

 IHtmlEncoder

public interface IHtmlEncoder
Represents the HTML encoder.
using System.Runtime.CompilerServices; using System.Text; namespace AngleSharp.Html.Forms.Submitters { [System.Runtime.CompilerServices.NullableContext(1)] public interface IHtmlEncoder { string Encode(string value, Encoding encoding); } }