Blazor page reload
#57661
Replies: 2 comments 2 replies
-
try NavigateTo(put in parentheses the @page domain that your razor component does have usually at the top) |
Beta Was this translation helpful? Give feedback.
0 replies
-
You would need to be more precise about what you want to happen - "reload my blazor page" means what to you? What is the end result you want to achieve by "reload my blazor page"? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to reload my blazor page without triggering a full browser refresh.
So invoking NavigationManager.NavigateTo(NavigationManager.Uri, true) is not an option.
I found a workaround navigating to a fake page and than back to the page i want:
Is there a smarter way to do the same?
Beta Was this translation helpful? Give feedback.
All reactions