IHostEnvironmentNavigationManager Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An optional interface for NavigationManager implementations that must be initialized by the host.
public interface class IHostEnvironmentNavigationManagerpublic interface IHostEnvironmentNavigationManagertype IHostEnvironmentNavigationManager = interfacePublic Interface IHostEnvironmentNavigationManagerMethods
| Initialize(String, String, Func<String,Task>) | Initializes the NavigationManager. | 
| Initialize(String, String) | Initializes the NavigationManager. |