Table of Contents

Method DoCommand

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DoCommand(string, params object?[])

Executes a browser command with the specified name and parameters.

public virtual object? DoCommand(string cmdName, params object?[] args)

Parameters

cmdName string

Name of the command to execute.

args object[]

Parameters of the command.

Returns

object

An object representing the result of the command execution.