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
No Data
Reply
  • 34810
    Offline posted

    Hello Alejandro,

    I am a little unsure of what exactly you are asking and what you are looking to have converted to C#? Are you looking to build that entire Button object in C# or are you looking to be able to fire it in C#? Can you please provide some more information on this matter?

Children