public List<string> Get([FromUri] List<string> parameter) {...}
>查询字符串参数应为此格式… / APIName?parameter [] = value1& parameter [] = value2& ….
希望这可以帮助。