-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion
Description
Is your feature request related to a problem? Please describe.
I'm missing auxclick event. When navigating through the app it might be necessary sometimes that the element can be decorated with an href attribute + the onauxclick event.
e.g.: In Chrome I want to open a new tab in from a link, but I also want to trigger a C# method by the same click. The onclick event isn't triggered when using the middle button of the mouse
Describe the solution you'd like
In my opinion the behaviour should be quite similar to the @OnClick event, which is already implemented
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion