Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created August 25, 2022 17:47
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/0b066de1e5b666ac222187e2e69fb8a2 to your computer and use it in GitHub Desktop.
Save lgolubyev/0b066de1e5b666ac222187e2e69fb8a2 to your computer and use it in GitHub Desktop.
// GET /tags?names=john&names=jack&names=jane
app.MapGet("/tags", (string[] 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