Can't Convert editor result to Json
Can't Convert editor result to Json
![BenjiHorse](https://secure.gravatar.com/avatar/71e3bb4da81f1f48dc33f26111e5e584/?default=https%3A%2F%2Fvanillicon.com%2F71e3bb4da81f1f48dc33f26111e5e584_200.png&rating=g&size=120)
I'm following the example in https://editor.datatables.net/manual/net/mvc using dotnet core 2.1 but in Visual Studio the "return JsonResult(response);" gives the error "Non-invocable member JsonResult cannot be used like a method". Any ideas what I'm doing wrong?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Google seems to indicate that JsonResult is not a method. Maybe this example from SO will help.
Kevin
Thanks kthorngren, this helped!