Links lead to another part of an app, other pages, or help articles. They can also be used to initiate commands.
Links lead to another part of an app, other pages, or help articles. They can also be used to initiate commands.
When a link has an href, it renders as an anchor tag. Without an href, . You can also use the disabled attribute to create a disabled link.
<p> When a link has an href, <Link Href="http://dev.office.com/fabric/components/link">it renders as an anchor tag.</Link> Without an href, <Link>the link is rendered as a button</Link>. You can also use the disabled attribute to create a <Link Disabled=true Href="http://dev.office.com/fabric/components/link">disabled link.</Link> </p>