Click or drag to resize
ApplicationNavigate Method
Shortcut method for performing navigation on application root frame.

Namespace:  GDEx
Assembly:  GDEx.UAP (in GDEx.UAP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected IAsyncAction Navigate(
	Type sourcePageType,
	Object parameter = null,
	NavigationTransitionInfo infoOverride = null
)

Parameters

sourcePageType
Type: SystemType
The page to navigate to, specified as a type reference to its partial class type.
parameter (Optional)
Type: SystemObject
The navigation parameter to pass to the target page.
infoOverride (Optional)
Type: Windows.UI.Xaml.Media.AnimationNavigationTransitionInfo
Info about the animated transition.

Return Value

Type: IAsyncAction
Asynchronous action that can be used to wait for navigation to be finished.
Remarks
This call is always guaranteed to be executed on UI thread.
See Also