I have an WEB API method that uses [FromUri] to bind complex type object to my view model, and in this view model, I have a list of complex object
[FromUri]
Pass the parameters like this:
?page=1&pagesize=10&filters[0].Field=name&filters[0].Value=aladdin&filters[0].ComparisonOperator=eq&filters[1].Field=age&filters[1].Value=18&filters[1].ComparisonOperator=eq