I'm trying to pull data with the help of Ajax using Asp.net Core Area. Everything seems correct, but I'm getting a 500 error. Can you help me?
My WriterController class in "area":
WriterController Index:
Layout :
500 error:
Thanks.
I solved the problem. I needed to write the return type of the WriterList method in the WriterController class as JSON (not View).
Thanks