How to Pass a List<T> from Ajax Post to .Net 5 Razor Pages Pagebehind – Jquery ajax
I have seen a few different questions regards ajax Post methods, but none seem to solve my issue. I have a Partial View which is creating an array of objects via javascript on the client side, and I want to…