-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.help wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Hey!
I wanted to use NavigationManager.Refresh(forceReload: false)
on our .NET8 Blazor Server app and noticed that forceReload
is not being passed through to NavigateTo
, instead the forceReload
of NavigateTo
defaults to true
. You can easily see what I mean in this file in line 178:
=> NavigateTo(Uri, forceLoad: true, replace: true); |
Expected Behavior
I assume this is not intentional as I cannot come up with a reason why it would be. If the parameter exists one would expect it to be used, right?
Steps To Reproduce
The code is obvious, but NavigationManager.Refresh(forceReload: false)
reproduces the issue.
Exceptions (if any)
None
.NET Version
8.0.x
Anything else?
I think the issue speaks for itsself.
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.help wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue