AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-282" />

 ICommandProvider

public interface ICommandProvider
Represents a provider to get document commands.
using System.Runtime.CompilerServices; namespace AngleSharp.Browser { [System.Runtime.CompilerServices.NullableContext(1)] public interface ICommandProvider { ICommand GetCommand(string name); } }