我正在编写一个Google Maps应用程序,它使用jQuery的$.ajax()向服务器请求数据,以将请求发送到我的ASP.Net MVC控制器.此控件需要一个适用于舒适类型的List.查询字符串应该是什么样的?
我试过了
http://localhost:9090/mapamenities?amenityTypes=1,5
http://localhost:9090/mapamenities?amenityTypes=[1,5]
没有运气.
我正在尝试绑定的SearchRquest属性是
public List<int> AmenityTypes { get; set; }
谢谢
丹尼斯
解决方法
试试?amenityTypes = 1& amenityTypes = 5.