var value = await JS.InvokeAsync<Type>("functionName", args); //Example : var id = await JS.InvokeAsync<string>("generateId", null);