C# Class SKELETON.Service.NavigationService

Inheritance: INavigationService, INavigationService2
Afficher le fichier Open project: dkackman/UWPAppSkeleton Class Usage Examples

Méthodes publiques

Méthode Description
Configure ( string key, Type type ) : void
GoBack ( ) : void
NavigateTo ( string pageKey ) : void
NavigateTo ( string pageKey, object parameter ) : void
NavigationService ( ) : System

Private Methods

Méthode Description
OnNavigated ( ) : void
TryGoBack ( ) : bool
_root_Navigated ( object sender, NavigationEventArgs e ) : void

Method Details

Configure() public méthode

public Configure ( string key, Type type ) : void
key string
type System.Type
Résultat void

GoBack() public méthode

public GoBack ( ) : void
Résultat void

NavigateTo() public méthode

public NavigateTo ( string pageKey ) : void
pageKey string
Résultat void

NavigateTo() public méthode

public NavigateTo ( string pageKey, object parameter ) : void
pageKey string
parameter object
Résultat void

NavigationService() public méthode

public NavigationService ( ) : System
Résultat System