Link (Blazor)
This article demonstrates how to use the Link component. Check also the component guide and API reference.
Link Properties
Name | Type | Default | Description |
---|---|---|---|
Name | string | ‘link’ + index suffix | Unique name the Link. |
Text | string | null | Link text. |
Icon | string | null | From the Material Icons font. |
Path | string | null | Path to a page from the application or any valid URL. |
Style | string | null | In-line CSS style. |