Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created August 25, 2022 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/e2dbbbf5537e0e08c3ea120a3caad758 to your computer and use it in GitHub Desktop.
Save lgolubyev/e2dbbbf5537e0e08c3ea120a3caad758 to your computer and use it in GitHub Desktop.
// GET /tags?names=john&names=jack&names=jane
app.MapGet("/tags", (StringValues names) => $"tag1: {names[0]} , tag2: {names[1]}, tag3: {names[2]}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment