In a regular controller you can add the attribute [FromQuery] in front of a a parameter to let mvc know that you want to map the querystring to this object. But
[FromQuery]