File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ It may seem strange that we have a HyperLink component when there already is an
2828- ` Font-Underline ` - underline text decoration
2929
3030### Other Properties
31- - ` Enabled ` - whether the hyperlink is enabled (default: true)
3231- ` Visible ` - whether the hyperlink is visible (default: true)
33- - ` TabIndex ` - tab order for keyboard navigation
3432
3533### Event Handlers
3634- ` OnDataBinding ` - event handler for data binding
@@ -44,6 +42,8 @@ It may seem strange that we have a HyperLink component when there already is an
4442
4543- ` ImageUrl ` - The Blazor HyperLink component does not support image links. Use the Image component wrapped in an anchor tag instead.
4644- ` AccessKey ` - Not supported in Blazor
45+ - ` Enabled ` - While the property exists for compatibility, it does not affect the hyperlink's behavior (the link is not disabled)
46+ - ` TabIndex ` - While the property exists in the base class, it is not rendered on the hyperlink element
4747- ` EnableTheming ` - Theming is not available in Blazor
4848- ` EnableViewState ` - ViewState is supported for compatibility but this parameter does nothing
4949- ` SkinID ` - Theming is not available in Blazor
You can’t perform that action at this time.
0 commit comments