예제 #1
0
 protected override string InvokeJS(string identifier, string argsJson)
 {
     InvokeCalls.Add(new InvokeArgs {
         Identifier = identifier, ArgsJson = argsJson
     });
     return(NextResultJson);
 }
예제 #2
0
 protected override string?InvokeJS(string identifier, string?argsJson, JSCallResultType resultType, long targetInstanceId)
 {
     InvokeCalls.Add(new InvokeArgs {
         Identifier = identifier, ArgsJson = argsJson
     });
     return(NextResultJson);
 }