Ask Your Question
4

Is it true that the Blazor code enclosing a <Link> tag is disrupted by any additional content within the tag?

asked 2021-10-17 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-02-15 22:00:00 +0000

bukephalos gravatar image

No, it is not true. The Blazor code within a <Link> tag is not disrupted by any additional content within the tag. The additional content is simply ignored by the Blazor component and is rendered as regular HTML by the browser. However, it is important to ensure that the additional content does not interfere with the click event of the <Link> tag, as it may prevent the user from navigating to the desired destination.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-17 11:00:00 +0000

Seen: 13 times

Last updated: Feb 15 '23