You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/EditorControls/HyperLink.md
+83-4Lines changed: 83 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,90 @@ It may seem strange that we have a HyperLink component when there already is an
2
2
3
3
## Blazor Features Supported
4
4
5
-
-`NavigationUrl` the URL to link when HyperLink component is clicked
6
-
-`Text` the text content of the HyperLink component
7
-
-`Target` the target window or frame in which to display the Web page content linked to when the HyperLink component is clicked
5
+
### Core Properties
6
+
-`NavigationUrl` - the URL to link when HyperLink component is clicked
7
+
-`Text` - the text content of the HyperLink component
8
+
-`Target` - the target window or frame in which to display the Web page content linked to when the HyperLink component is clicked (e.g., "_blank", "_self", "_parent", "_top")
9
+
-`ToolTip` - displays a tooltip on hover (rendered as the `title` attribute)
0 commit comments