Skip to main content Link Search Menu Expand Document (external link)

HyperlinkButton

Namespace: FluentAvalonia.UI.Controls

Represents a button control that functions as a hyperlink.

C#

public class HyperlinkButton : Button


Xaml

<ui:HyperlinkButton />


Required Template Parts

None :)


Pseudoclasses

:flyout-open, :pressed, :disabled, :focus, :focus-visible, :focus-within, :pointerover



Examples and Usage Notes

None yet.


API

Note: Inherited members are not shown


Properties

NavigateUri Gets or sets the Uri that the button should navigate to upon clicking. In assembly paths are not supported, (e.g., avares://...)
NavigateUriProperty Defines the `FluentAvalonia.UI.Controls.HyperlinkButton.NavigateUri` property


Events


Methods