<FluentButton Target="_blank"> not opening a new browser tab #2408
Answered
by
vnbaaij
andrewwang1tw
asked this question in
Q&A
-
I saw there is the parameter "Target" for "FluentButton", but how to use it? I use below
It did navigate to the specific URL but on current browser tab, not openning a new browser Tab ... |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Jul 19, 2024
Replies: 1 comment 1 reply
-
The It is not exactly the same as athe target for an anchor. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andrewwang1tw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
Target
parameter is used to set the html's buttonformtarget
. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#formtarget for more information.It is not exactly the same as athe target for an anchor.