Skip to content

dylanberry/XamlOpenUrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XamlOpenUrl

A sample project to demo a simple markup extension for opening urls from Xamarin Forms xaml views. Less code, xaml hot reload goodness, all win!

<Button Text="Microsoft Learn" Command="{extensions:OpenUrl 'https://docs.microsoft.com/en-ca/learn/'}"/>
<!-- OR use a binding! -->
<Button Text="Microsoft Learn" Command="{extensions:OpenUrl}" CommandParameter="{Binding MicrosoftLearnUrl}"/>

About

Open urls from Xamarin Forms xaml views!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages