Skip to content

ExecuteScriptResult

Summary

The result of JavaScript execution on a WebView control.

Signature

1
public class ExecuteScriptResult

Namespace

cAlgo.API

Properties

Name Description
IsSuccessful { get; } True if JavaScript execution was successful otherwise false
Json { get; } Returned JSON result of execution.

See Also


Last update: March 17, 2023