Please refer to this link from MVC: http://aspnetwebstack.codeplex.com/discussions/351011
I am having trouble with model binding. From JavaScript I do an GET Ajax re
I think it is better to use a model as parameter, such as:
Public class model { Public Dictionary filter{get;set;} Public Dictionary sorting{get;set;} Public int sorting{get;set;} } public async IHttpActionResult Get(model yourModel) { //... }