Comments on: How to Use Query Strings in Blazor WebAssembly https://code-maze.com/query-strings-blazor-webassembly/ Learn. Code. Succeed. Sat, 24 Sep 2022 08:47:01 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: MarinkoSpasojevic https://code-maze.com/query-strings-blazor-webassembly/#comment-6656 Sat, 24 Sep 2022 08:47:01 +0000 https://code-maze.com/?p=56435#comment-6656 In reply to Benjamin Smith.

Maybe, but just maybe, if you have multiple query strings with the same name and different values, try concatenating all the values as a single string and pass it as a single query string parameter, and then, once you read the value just split the value into the multiple values by some separator you used to concatenate them.

]]>
By: Benjamin Smith https://code-maze.com/query-strings-blazor-webassembly/#comment-6654 Fri, 23 Sep 2022 16:01:34 +0000 https://code-maze.com/?p=56435#comment-6654 Hello, great tutorial. One question:

I have a situation where I am passing multiple items in on query string, and they all have to have the same name. I was thinking about having a list<item> and in the TryGetValue method, adding each item to that list. Not sure how to do this.

]]>
By: MarinkoSpasojevic https://code-maze.com/query-strings-blazor-webassembly/#comment-4348 Mon, 20 Sep 2021 18:13:36 +0000 https://code-maze.com/?p=56435#comment-4348 In reply to John.

Thank you too for reading the article.

]]>
By: John https://code-maze.com/query-strings-blazor-webassembly/#comment-4347 Mon, 20 Sep 2021 18:03:11 +0000 https://code-maze.com/?p=56435#comment-4347 VERY NICE article. Thank you!

]]>