Enhanced navigation is not triggered by links in interactive components #49614
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-full-stack-web-ui
Full stack web UI with Blazor
Milestone
Is there an existing issue for this?
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.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
The text was updated successfully, but these errors were encountered: