Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Translate code from XAML to C# for app map navigation

    I made a app using App  Map (grate tool) but I need co nv er my co0de from XAML to C# t make some validations 

    How I can call this on C# button:

    <Button Grid.Row="8" Grid.Column="1" Text="Acceder" Command="{Binding Path=NavigateAbsoluteCommand}" CommandParameter…