How can I format multiple sort query string parameters so that a WebAPI method expecting a DataSourceRequest (WebApiDataSourceRequestModelBinder) will parse correctly?
A query string such as
?page=1&pageSize=10&sort=foo-asc
works fine for paging and single column sort. What should the query string parameters look like for multiple column sort?