PrismLibrary / Prism

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement] Add ability to switch tabs and navigate

dansiegel opened this issue · comments

Summary

Add ability to Switch Tabs and Navigate from the switched Tab.

API Changes

Task<INavigationResult> INavigationService.SelectTabAsync(string tabName, Uri uri, INavigationParameters parameters);