关于[Working With Query Strings In Blazor]的摘要:
When passing data in a URL within a Blazor application, most of the time you will define route templates that incorporate parameter placeholders, passing values as URL segments. You might also find that you need to be able to work with query string values, so how do you do that in a Blazor application?
原文地址: https://www.mikesdotnetting.com/article/340/working-with-query-strings-in-blazor