Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sample Applications/WPFGallery/Views/Text/HyperlinkPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<controls:ControlExample
Margin="10"
HeaderText="A Hyperlink"
XamlCode="&lt;TextBlock Margin=&quot;20&quot;&gt;&#10; &lt;Hyperlink NavigateUri=&quot;https://www.microsoft.com&quot; RequestNavigate=&quot;Hyperlink_RequestNavigate&quot;&gt;&#10; Lorem Ipsum link&#10; &lt;/Hyperlink&gt;&#10;&lt;/TextBlock&gt;">
XamlCode="&lt;TextBlock Margin=&quot;20&quot;&gt;&#10; &lt;Hyperlink NavigateUri=&quot;https://www.microsoft.com&quot; RequestNavigate=&quot;Hyperlink_RequestNavigate&quot;&gt;&#10; Microsoft&#10; &lt;/Hyperlink&gt;&#10;&lt;/TextBlock&gt;">
<TextBlock Margin="20">
<Hyperlink NavigateUri="https://www.microsoft.com" RequestNavigate="Hyperlink_RequestNavigate">
Hyperlink

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a small suggestion we can name it Microsoft Home Page

Microsoft
</Hyperlink>
</TextBlock>
</controls:ControlExample>
Expand Down
Loading