Table of Contents

Method DoCommand

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

DoCommand(string, params object?[])

Executes the browser command with the specified name and parameters. This is the static version of DoCommand(string, params object?[]).

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

Parameters

cmdName string

Name of the command to execute.

args object[]

Parameters of the command.

Returns

string

A string representing the result of the command execution.