我尝试将Guid的数组/IEnumerable传递给MVC 'GET‘方法,如下所示:public ActionResult ZipResults(IEnumerable<GuidGet the guids from a table and add to javascript array (works fine) data: $.toJ
我在javascript编程方面没有太多经验。我想将对象列表从“View”中的javascript代码传递给MVC“Controller”中的action方法。这就是我想要实现的-- MVC模型和控制器: Public Class Student Public int Id {get; set;} Public string Add