| Name | Type | Description |
|---|---|---|
| Attributes | Dictionary<String,Object> | Gets or sets a collection of additional attributes that will be applied to the created element. |
| ChildContent | RenderFragment | Inline label of Button. |
| Class | String | Specifies one or more classnames for an DOM element. |
| Command | ICommand | |
| CommandParameter | Object | Command parameter. |
| Dense | Boolean | Link has dense style. |
| Disabled | Boolean | Link is disabled. |
| ForceLoad | Boolean | Force browser to redirect outside component router-space. |
| Href | String | Link to a url when clicked. |
| Icon | String | Specifies the link's icon. |
| Id | String | |
| OnClick | EventCallback<MouseEventArgs> | Event occurs when the user clicks on an element. |
| OnClickStopPropagation | Boolean | Stop propagation of the OnClick event |
| Outlined | Boolean | Link has outlined style. |
| Raised | Boolean | Link has raised style. |
| RefBack | ForwardRef | |
| Style | String | Specifies an inline style for an DOM element. |
| Target | String | Target of Link when clicked. |
| TrailingIcon | String | Specifies if icon has trailing position. |
| Unelevated | Boolean | Link has unelevated style. |
| Ref | ElementReference | Returned ElementRef reference for DOM element. |