Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Translate code from XAML to C# for app map navigation
posted

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="/MasterDetail/NavigationPage/InicioPage" CornerRadius="5" />

Thanks in advance

Alejandro Castrejon

Parents Reply Children
No Data