Little control for big links
dotnet add package HyperText.Avalonia
For using
Add control in View Now hyperlink works as a button and you may set any option for it command. If you need to continue open url in browser -> check the example MainViewModel in src.
<controls:Hyperlink Alias="{Binding Alias}" Url="{Binding Url}" Command="{Binding $parent[Window].DataContext.OpenUrl}" />
Add style in App.xaml
<avalonia:HyperLinkStyle/>