MatButtonLink

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.
Example

Simple use

favorite Link to this page

Link with OnClick event handler

favorite Link with click event
With Font-Awesome Icons and Link
  Github
Link to internal page
Go to Checkbox
Internal Link with ForceLoad
ForceLoad - Go to Checkbox
With Font-Awesome Icons and Link in a new Window - Target Defined
  Github
Internal Link in a new Window - Target Defined
  TextField
Link types
Disabled
Icons
Trailing Icons
If you like MatBlazor, please put a star on GitHub.