Blazor two way query parameter binding
How can i bind it two way? for example i open page with
category=foo, then navigate on the site to category foo and it change query parameter value to bar? [Parameter]
[SupplyParameterFromQuery]
public string Category { get; set; } [Parameter]
[SupplyParameterFromQuery]
public string Category { get; set; }category=foocategory=foo, then navigate on the site to category foofoo and it change query parameter value to barbar?