-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed as not planned
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-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-blazor-builtin-componentsFeatures related to the built in components we ship or could ship in the futureFeatures related to the built in components we ship or could ship in the futureinvestigateseverity-blockingThis label is used by an internal toolThis label is used by an internal tool
Milestone
Description
Is your feature request related to a problem? Please describe.
I want to link a custom protocol to a hyperlink. Whenever the user clicks on it, the SignalR connection will be closed and established again automatically. A workaround for this is to set target="_blank"
for the hyperlink but this leaves the user with an open blank tab.
Describe the solution you'd like
It already works fine for the mailto:
protocol, so why do other protocols behave differently? However, the mailto:
protocol results in the same if you call it with navigationManager.NavigateTo()
Sometimes it is necessary to load data first which you want to forward with the protocol. So I think the NavigateTo()
should be able to do the same thing just without closing the SignalR connection.
Additional context
I created a small repo to show exactly what I mean
Metadata
Metadata
Assignees
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-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-blazor-builtin-componentsFeatures related to the built in components we ship or could ship in the futureFeatures related to the built in components we ship or could ship in the futureinvestigateseverity-blockingThis label is used by an internal toolThis label is used by an internal tool