-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
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.feature-full-stack-web-uiFull stack web UI with BlazorFull stack web UI with Blazor
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Enhanced navigation is not triggered by links in interactive components. Links are not intercepted, and it causes navigation to page.
It might no be a big deal. But should this be consistent across the render modes?
Expected Behavior
No response
Steps To Reproduce
Having a page marked with @attribute [RenderModeServer], with a link to a non-interactive server-side rendered page.
- Run the app and navigate to the page.
- Launch the browser's Dev Tools.
- Click the link.
In Dev Tools, you will see that the page was loaded in the "Doc" tab - not in "Fetch/XHR" as with enhanced navigation.
Exceptions (if any)
No response
.NET Version
8.0.100-preview.6.23330.14
Anything else?
No response
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.feature-full-stack-web-uiFull stack web UI with BlazorFull stack web UI with Blazor