Guest User

Untitled

a guest
Nov 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [HttpGet]
  2. [Route("test")]
  3. public ActionResult<string> Test([FromQuery] int[] productIds)
  4. {
  5. //code here
  6. }
  7.  
  8. https://localhost:44389/api/myController/test?productIds=1&productIds=2&productIds=3&productIds=4&productIds=5
Add Comment
Please, Sign In to add comment