Table of Contents

Interface ICommandProvider

Namespace
AngleSharp.Browser
Assembly
AngleSharp.dll

Represents a provider to get document commands.

public interface ICommandProvider
Extension Methods

Methods

GetCommand(string)

Gets the command with the given id.

ICommand GetCommand(string name)

Parameters

name string

The id of the command.

Returns

ICommand

The document command if any.