-
Notifications
You must be signed in to change notification settings - Fork 2
Problem with Asp.Net MVC Core 2.2 #2
Copy link
Copy link
Open
Description
Hi @atatanasov,
I've tried to implement your treeview component in Mvc core 2.2 but i had an Json issue.
The example you provided works perfect with asp.net but not in Core edition.
In controller tried to pass json data with
return Json(records, JsonRequestBehavior.AllowGet); but in core edition JsonRequestBehaviour is depracated.
Can you please provide a solution to me?
regards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels