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
35
Creating an absolute navigation link as a toolbar item does nothing
posted

I want to create a "Logout" tool bar item on several pages that performs an absolute navigation back to the app's main "Login" page. I am able to configure things as expected in the AppMap editor, but a tool bar item isn't created in the page. This works as expected if I use the "Navigates to" link, but not with an "Absolute Navigation" link.

Is this a known issue? If it should work, do you have any suggestions of what I may be doing wrong?

Thanks,

Tommy

  • 715
    Verified Answer
    Offline posted

    Tommy,

    Thank you for reporting this issue.  We have correct it and uploaded it to the Visual Studio Marketplace.

    The update version 1.0.29 will be available soon.

  • 5170
    Offline posted

    Thank you for reporting this issue.  We have verified that this is a bug and we will have a fix available in the next update.  We will keep you posted.  For now just add the toolbar manually.

    ToolbarItem Text="Logout" Command="{Binding Path=NavigateAbsoluteCommand}" CommandParameter="LoginPage"