MonoWebAssemblyJSRuntime.InvokeJS(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a synchronous function invocation.
protected:
override System::String ^ InvokeJS(System::String ^ identifier, System::String ^ argsJson);
protected override string InvokeJS (string identifier, string argsJson);
override this.InvokeJS : string * string -> string
Protected Overrides Function InvokeJS (identifier As String, argsJson As String) As String
Parameters
- identifier
- String
The identifier for the function to invoke.
- argsJson
- String
A JSON representation of the arguments.
Returns
A JSON representation of the result.