Skip to content

Commit

Permalink
Revert "Porting NavigateToUriBehavior (#179)"
Browse files Browse the repository at this point in the history
This reverts commit d3a1be7.
  • Loading branch information
niels9001 authored Aug 22, 2023
1 parent d3a1be7 commit bebf31d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 82 deletions.
5 changes: 0 additions & 5 deletions components/Behaviors/samples/Behaviors.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ A control only receives focus if it is enabled and loaded into the visual tree:
Empty lists do not receive focus:
> [!Sample FocusBehaviorListSample]
## NavigateToUriAction
This behavior allows you to define a Uri in XAML, similiar to a `Hyperlink` or `HyperlinkButton`. This allows you to use a `Button` and still define the Uri in XAML without wiring up the `Click` event in code-behind, or restyling a `HyperlinkButton`.

> [!Sample NavigateToUriActionSample]
15 changes: 0 additions & 15 deletions components/Behaviors/samples/NavigateToUriActionSample.xaml

This file was deleted.

16 changes: 0 additions & 16 deletions components/Behaviors/samples/NavigateToUriActionSample.xaml.cs

This file was deleted.

46 changes: 0 additions & 46 deletions components/Behaviors/src/NavigateToUriAction.cs

This file was deleted.

0 comments on commit bebf31d

Please sign in to comment.