Detect query string value change in component in blazor web assembly. #28457
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
Status: Resolved
Uh oh!
There was an error while loading. Please reload this page.
For say, I have the following URL for the product page:
https://localhost:44389/products
If it is changed to
https://localhost:44389/products?pageIndex=2
on pagination click, is there any way to detect this change from Component partial class withoutonclick
event on pagination anchor tag?I have search a lot but unfortunately did not find anything.
Thank you.
I am expecting something as follows:
The text was updated successfully, but these errors were encountered: