Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.