BaseJavaScriptInterop.Invoke<TResult>

Calls a method with simple or no parameters: string, boolean, numbers

public Task<TResult> Invoke<TResult>(string method,
	Object[] parameters)

Return Value

object result as specified by TResult type

Parameters

method
Method to call

parameters
Parameters to path or none


See also:

Class BaseJavaScriptInterop

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic