Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

97
Views
blazor invoqueMethodAsync.apply no funcionará

Estoy tratando de envolver la llamada blazor para invokeMethodAsync , por lo general lo llamo así y funciona:

 dobjref.invokeMethodAsync("Method1", p1, p2);

Quería envolver esta llamada así:

 function invokeMethod() { var ags = arguments; var dobjref = arguments[0]; var args = []; for (var i = 1; i < arguments.length; i++) { args.push(arguments[i]); } return dobjref.invokeMethodAsync.apply(dobjref, args); }

y llamándolo así:

 invokeMethod(dobjref, "Method1", p1, p2)

pero cuando esto se ejecuta me estoy poniendo

JsonException: el valor JSON no se pudo convertir a System.Int32

en el servidor

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!