ICommandProvider public interface ICommandProvider Represents a provider to get document commands. Documentation Code using AngleSharp.Commands; namespace AngleSharp.Services { public interface ICommandProvider { ICommand GetCommand(string name); } }