Skip to content

Instantly share code, notes, and snippets.

@axemastabloggists
Created August 14, 2018 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axemastabloggists/c70b47d048fc17336ebe664819be1f9f to your computer and use it in GitHub Desktop.
Save axemastabloggists/c70b47d048fc17336ebe664819be1f9f to your computer and use it in GitHub Desktop.
Data Persistence Properties Blog - Gist 17
<StackLayout VerticalOptions="Center" Padding="20,0">
<Label Text="{Binding RedirectUrl}" HorizontalOptions="Center"/>
<Button Text="Get Redirect Url" Command="{Binding GetValueCommand}"/>
<BoxView HeightRequest="20" Color="Transparent"/>
<Entry Placeholder="Update Redirect Url" Text="{Binding UpdatedValue}"/>
<Button Text="Update" Command="{Binding UpdateValueCommand}"/>
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment